"allmission" default value depends on build type
parent
37a095b5b6
commit
1f565fdf38
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue