started making frontend accurate to game

This commit is contained in:
aap
2019-07-14 12:46:36 +02:00
parent c6afa42f9b
commit 424487854b
6 changed files with 423 additions and 443 deletions

View File

@ -23,7 +23,9 @@ class CRenderer
static CVector &ms_vecCameraPosition;
static CVehicle *&m_pFirstPersonVehicle;
public:
static float &ms_lodDistScale; // defined in Frontend.cpp
static bool &m_loadingPriority;
static void Init(void);