Place debug menu under ifdef

This commit is contained in:
Sergeanur 2020-05-09 16:06:13 +03:00
parent 1b599b2d35
commit 28103775ba
11 changed files with 27 additions and 7 deletions

View file

@ -29,7 +29,7 @@ bool PrintDebugCode = false;
int16 DebugCamMode;
#ifdef FREE_CAM
bool CCamera::bFreeCam = false;
bool CCamera::bFreeCam = true;
int nPreviousMode = -1;
#endif