summaryrefslogtreecommitdiffstats
path: root/src/ui/maindialog.cpp
diff options
context:
space:
mode:
authorkrzys-h <krzys_h@interia.pl>2013-05-04 11:56:03 +0200
committerkrzys-h <krzys_h@interia.pl>2013-05-04 11:56:03 +0200
commit6333d2d38e9801f67925cae194b07abcf8f1260e (patch)
treef19554b9449afcd3f540f7a133d35cb043c65db7 /src/ui/maindialog.cpp
parentc3e95d40a2839fb8d00ff7b1c61aa513da0ebcea (diff)
downloadcolobot-6333d2d38e9801f67925cae194b07abcf8f1260e.tar.gz
colobot-6333d2d38e9801f67925cae194b07abcf8f1260e.tar.bz2
colobot-6333d2d38e9801f67925cae194b07abcf8f1260e.zip
Removed most of "No such node" messages
Diffstat (limited to 'src/ui/maindialog.cpp')
-rw-r--r--src/ui/maindialog.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/maindialog.cpp b/src/ui/maindialog.cpp
index 0b0b848..1b87a04 100644
--- a/src/ui/maindialog.cpp
+++ b/src/ui/maindialog.cpp
@@ -5509,6 +5509,7 @@ void CMainDialog::SetupMemorize()
GetProfile().SetLocalProfileInt("Setup", "HimselfDamage", m_bHimselfDamage);
GetProfile().SetLocalProfileInt("Setup", "CameraScroll", m_bCameraScroll);
GetProfile().SetLocalProfileInt("Setup", "CameraInvertX", m_bCameraInvertX);
+ GetProfile().SetLocalProfileInt("Setup", "CameraInvertY", m_bCameraInvertY);
GetProfile().SetLocalProfileInt("Setup", "InterfaceEffect", m_bEffect);
GetProfile().SetLocalProfileInt("Setup", "GroundShadow", m_engine->GetShadow());
GetProfile().SetLocalProfileInt("Setup", "GroundSpot", m_engine->GetGroundSpot());
@@ -5544,6 +5545,8 @@ void CMainDialog::SetupMemorize()
if ( pl != 0 ) {
GetProfile().SetLocalProfileInt("Setup", "Resolution", pl->GetSelect());
}
+ } else {
+ // TODO: Default value
}
std::stringstream key;