Fix build.

This commit is contained in:
Andrey Akhmichin 2022-08-24 19:30:41 +05:00
parent 0cc7784b62
commit 846af4dc80
No known key found for this signature in database
GPG Key ID: 1F180D249B0643C0
1 changed files with 1 additions and 2 deletions

View File

@ -45,9 +45,8 @@ static CBasePlayer player;
// Local version of game .dll global variables ( time, etc. )
static globalvars_t Globals;
static CBasePlayerWeapon *g_pWpns[32];
int g_iWaterLevel; //LRC - for DMC fog
static CBasePlayerWeapon *g_pWpns[MAX_WEAPONS];
int g_iWaterLevel; //LRC - for DMC fog
float g_flApplyVel = 0.0;
int g_irunninggausspred = 0;