Fix saving of show analog stick setting. Fixes #3308

This commit is contained in:
Henrik Rydgård 2013-08-21 23:55:02 +02:00
parent a904d17e3d
commit 29824d31c0

View File

@ -297,7 +297,7 @@ void Config::Save() {
sound->Set("VolumeSFX", iSFXVolume);
IniFile::Section *control = iniFile.GetOrCreateSection("Control");
control->Set("ShowStick", bShowAnalogStick);
control->Set("ShowAnalogStick", bShowAnalogStick);
control->Set("ShowTouchControls", bShowTouchControls);
// control->Set("KeyMapping",iMappingMap);
control->Set("AccelerometerToAnalogHoriz", bAccelerometerToAnalogHoriz);