Tweak: Don't make the fix enabled by default

This commit is contained in:
PurpleHato 2022-05-12 15:39:57 +02:00 committed by Nicholas Estelami
parent 2e84a351b1
commit 2478ed86eb
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ void BootCommands_Init()
CVar_RegisterS32("gMinimalUI", 0);
CVar_RegisterS32("gRumbleEnabled", 0);
CVar_RegisterS32("gUniformLR", 1);
CVar_RegisterS32("gTwoHandedIdle", 1);
CVar_RegisterS32("gTwoHandedIdle", 0);
CVar_RegisterS32("gNewDrops", 0);
CVar_RegisterS32("gVisualAgony", 0);
CVar_RegisterS32("gLanguages", 0); //0 = English / 1 = German / 2 = French