From c0dd516e5d33bc01d529c9d1eaf2143075731bc9 Mon Sep 17 00:00:00 2001 From: Andrey Akhmichin Date: Sun, 22 Nov 2020 17:17:32 +0500 Subject: [PATCH] Fix https://github.com/FWGS/hlsdk-xash3d/issues/129 --- dlls/weapons.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dlls/weapons.cpp b/dlls/weapons.cpp index 9e487a55..3a7a7141 100644 --- a/dlls/weapons.cpp +++ b/dlls/weapons.cpp @@ -296,10 +296,10 @@ void W_Precache( void ) // common world objects UTIL_PrecacheOther( "item_suit" ); - UTIL_PrecacheOther( "item_healthkit" ); + // UTIL_PrecacheOther( "item_healthkit" ); UTIL_PrecacheOther( "item_battery" ); - UTIL_PrecacheOther( "item_antidote" ); - UTIL_PrecacheOther( "item_security" ); + // UTIL_PrecacheOther( "item_antidote" ); + // UTIL_PrecacheOther( "item_security" ); UTIL_PrecacheOther( "item_longjump" ); // shotgun @@ -319,7 +319,7 @@ void W_Precache( void ) UTIL_PrecacheOther( "ammo_ARgrenades" ); // 9mm ammo box - UTIL_PrecacheOther( "ammo_9mmbox" ); + // UTIL_PrecacheOther( "ammo_9mmbox" ); #if !defined( OEM_BUILD ) && !defined( HLDEMO_BUILD ) // python