"allmission" default value depends on build type

dev-ui
krzys-h 2013-03-09 15:28:36 +01:00
parent 37a095b5b6
commit 1f565fdf38
1 changed files with 4 additions and 0 deletions

View File

@ -661,7 +661,11 @@ CRobotMain::CRobotMain(CApplication* app)
m_showPos = false;
m_selectInsect = false;
m_showSoluce = false;
#ifdef NDEBUG
m_showAll = false;
#else
m_showAll = true; // for development
#endif
m_cheatRadar = false;
m_fixScene = false;
m_trainerPilot = false;