Changed: Save CameraDistance and FPV not only if in Windowed mode (fix)

hg/feature/sound
kervala 15 years ago
parent b5f09fc9c9
commit 47e2d3532d

@ -2060,7 +2060,7 @@ void CClientConfig::release ()
CConfigFile::CVar *varPtr = NULL;
// Are we in window mode ?
if (ClientCfg.Windowed && !isWindowMaximized())
if (ClientCfg.Windowed /* && !isWindowMaximized() */)
{
// Save windows position
varPtr = ClientCfg.ConfigFile.getVarPtr ("PositionX");

Loading…
Cancel
Save