From 846af4dc809359fd10c70f8971496a713978621e Mon Sep 17 00:00:00 2001 From: Andrey Akhmichin <15944199+nekonomicon@users.noreply.github.com> Date: Wed, 24 Aug 2022 19:30:41 +0500 Subject: [PATCH] Fix build. --- cl_dll/hl/hl_weapons.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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;