diff --git a/cl_dll/hl/hl_weapons.cpp b/cl_dll/hl/hl_weapons.cpp index 6a79327d..225ff497 100644 --- a/cl_dll/hl/hl_weapons.cpp +++ b/cl_dll/hl/hl_weapons.cpp @@ -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;