Merge pull request #574 from Xinerki/miami

many additions
This commit is contained in:
erorcun 2020-05-22 15:49:37 +03:00 committed by GitHub
commit 8b82e9c40f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 204 additions and 31 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