mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-23 21:24:27 +00:00
Fix build.
This commit is contained in:
parent
0cc7784b62
commit
846af4dc80
@ -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…
x
Reference in New Issue
Block a user