This commit is contained in:
Night Owl 2017-07-19 02:47:31 +05:00
parent c8ebe744c3
commit c2a1b013c2
1 changed files with 4 additions and 0 deletions

View File

@ -295,6 +295,7 @@ void W_Precache( void )
// common world objects
UTIL_PrecacheOther( "item_suit" );
UTIL_PrecacheOther( "item_healthkit" );
UTIL_PrecacheOther( "item_battery" );
UTIL_PrecacheOther( "item_antidote" );
UTIL_PrecacheOther( "item_security" );
@ -316,6 +317,9 @@ void W_Precache( void )
UTIL_PrecacheOther( "ammo_9mmAR" );
UTIL_PrecacheOther( "ammo_ARgrenades" );
// 9mm ammo box
UTIL_PrecacheOther( "ammo_9mmbox" );
#if !defined( OEM_BUILD ) && !defined( HLDEMO_BUILD )
// python
UTIL_PrecacheOtherWeapon( "weapon_357" );