Change MouseAutoScroll default to off for now.

issue1247
Sven Eberhardt 2015-01-04 15:49:11 +01:00
parent cce2eaa389
commit c2d9e1b46e
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ void C4ConfigControls::CompileFunc(StdCompiler *pComp)
{
#ifndef USE_CONSOLE
pComp->Value(mkNamingAdapt(UserSets, "UserSets", C4PlayerControlAssignmentSets()));
pComp->Value(mkNamingAdapt(MouseAutoScroll, "MouseAutoScroll", 33));
pComp->Value(mkNamingAdapt(MouseAutoScroll, "MouseAutoScroll", 0 /* change default 33 to enable */ ));
pComp->Value(mkNamingAdapt(GamepadGuiControl, "GamepadGuiControl", 0, false, true));
#endif
}