1
0
mirror of https://github.com/td512/re3.git synced 2026-03-04 13:34:32 +00:00

Frontend: Stats, Briefs, gta_vc.set, slider ranges, fixes

This commit is contained in:
eray orçunus
2020-07-06 16:38:00 +03:00
parent ceb1defc4e
commit 70fa4ab79c
9 changed files with 270 additions and 236 deletions

View File

@@ -39,7 +39,7 @@ extern float fRangePlayerRadius;
extern float fCloseNearClipLimit;
#ifdef FREE_CAM
bool CCamera::bFreeCam;
bool CCamera::bFreeCam = false;
int nPreviousMode = -1;
#endif