Browse Source

Fix build.

sohl1.2
Andrey Akhmichin 2 years ago
parent
commit
846af4dc80
No known key found for this signature in database
GPG Key ID: 1F180D249B0643C0
  1. 3
      cl_dll/hl/hl_weapons.cpp

3
cl_dll/hl/hl_weapons.cpp

@ -45,9 +45,8 @@ static CBasePlayer player; @@ -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;

Loading…
Cancel
Save