mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-26 19:50:45 +00:00
Enable joysticks by default because better that than figuring out how to parse settings.cfg multiple times without breaking something.
git-svn-id: https://svn.eduke32.com/eduke32@7942 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
5c11fc8889
commit
47d8541cf3
1 changed files with 2 additions and 4 deletions
|
@ -206,11 +206,9 @@ void CONFIG_SetDefaults(void)
|
||||||
ud.camera_time = 4;
|
ud.camera_time = 4;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef GEKKO
|
// currently settings.cfg is only read after the startup window launches the game,
|
||||||
|
// and rereading binds might be fickle so just enable this
|
||||||
ud.setup.usejoystick = 1;
|
ud.setup.usejoystick = 1;
|
||||||
#else
|
|
||||||
ud.setup.usejoystick = 0;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
g_myAimMode = 1;
|
g_myAimMode = 1;
|
||||||
g_player[0].ps->aim_mode = 1;
|
g_player[0].ps->aim_mode = 1;
|
||||||
|
|
Loading…
Reference in a new issue