mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
Set UseJoystick to true by default
This commit is contained in:
parent
5a628cafaa
commit
8fbf66e0b4
@ -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