mirror of
https://github.com/td512/re3.git
synced 2026-01-29 20:41:03 +00:00
Place debug menu under ifdef
This commit is contained in:
@@ -29,7 +29,7 @@ bool PrintDebugCode = false;
|
||||
int16 DebugCamMode;
|
||||
|
||||
#ifdef FREE_CAM
|
||||
bool CCamera::bFreeCam = false;
|
||||
bool CCamera::bFreeCam = true;
|
||||
int nPreviousMode = -1;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user