Fix bug where SmallScreen setting wouldn't save right.

This commit is contained in:
Henrik Rydgård 2014-01-16 10:03:48 +01:00
parent c55578367f
commit 2b63c48041

View File

@ -559,7 +559,7 @@ void Config::Save() {
#endif
graphics->Set("PartialStretch", bPartialStretch);
graphics->Set("StretchToDisplay", bStretchToDisplay);
graphics->Set("SmallDisplay", &bSmallDisplay);
graphics->Set("SmallDisplay", bSmallDisplay);
graphics->Set("TrueColor", bTrueColor);
graphics->Set("MipMap", bMipMap);
graphics->Set("TexScalingLevel", iTexScalingLevel);