mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-23 21:24:27 +00:00
Merge 001e6a09fa
This commit is contained in:
parent
c8ebe744c3
commit
c2a1b013c2
@ -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" );
|
||||
|
Loading…
x
Reference in New Issue
Block a user