add freecam toggle in control settings

comes with a free config save!
This commit is contained in:
Xinerki 2020-05-21 13:06:09 +03:00
parent 2db26d304f
commit b4060a4789
4 changed files with 21 additions and 2 deletions

View file

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