From 437c6194deada29d0c2130bbc48dd3b90943c0db Mon Sep 17 00:00:00 2001 From: kervala Date: Fri, 30 Jul 2010 09:35:09 +0200 Subject: [PATCH] Changed: Save CameraDistance and FPV not only if in Windowed mode (fix) --- code/ryzom/client/src/client_cfg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ryzom/client/src/client_cfg.cpp b/code/ryzom/client/src/client_cfg.cpp index 0ab8e0c66..7f7b6ed83 100644 --- a/code/ryzom/client/src/client_cfg.cpp +++ b/code/ryzom/client/src/client_cfg.cpp @@ -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");