mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-11 18:41:14 +00:00
Set UseJoystick to true by default (#397)
This commit is contained in:
parent
41daf76bca
commit
5a756f033b
@ -109,7 +109,7 @@ IsleApp::IsleApp()
|
||||
m_drawCursor = FALSE;
|
||||
m_use3dSound = TRUE;
|
||||
m_useMusic = TRUE;
|
||||
m_useJoystick = FALSE;
|
||||
m_useJoystick = TRUE;
|
||||
m_joystickIndex = 0;
|
||||
m_wideViewAngle = TRUE;
|
||||
m_islandQuality = 2;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user