mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-24 05:34:18 +00:00
Merge 001e6a09fa
This commit is contained in:
parent
c8ebe744c3
commit
c2a1b013c2
@ -295,6 +295,7 @@ void W_Precache( void )
|
|||||||
|
|
||||||
// common world objects
|
// common world objects
|
||||||
UTIL_PrecacheOther( "item_suit" );
|
UTIL_PrecacheOther( "item_suit" );
|
||||||
|
UTIL_PrecacheOther( "item_healthkit" );
|
||||||
UTIL_PrecacheOther( "item_battery" );
|
UTIL_PrecacheOther( "item_battery" );
|
||||||
UTIL_PrecacheOther( "item_antidote" );
|
UTIL_PrecacheOther( "item_antidote" );
|
||||||
UTIL_PrecacheOther( "item_security" );
|
UTIL_PrecacheOther( "item_security" );
|
||||||
@ -316,6 +317,9 @@ void W_Precache( void )
|
|||||||
UTIL_PrecacheOther( "ammo_9mmAR" );
|
UTIL_PrecacheOther( "ammo_9mmAR" );
|
||||||
UTIL_PrecacheOther( "ammo_ARgrenades" );
|
UTIL_PrecacheOther( "ammo_ARgrenades" );
|
||||||
|
|
||||||
|
// 9mm ammo box
|
||||||
|
UTIL_PrecacheOther( "ammo_9mmbox" );
|
||||||
|
|
||||||
#if !defined( OEM_BUILD ) && !defined( HLDEMO_BUILD )
|
#if !defined( OEM_BUILD ) && !defined( HLDEMO_BUILD )
|
||||||
// python
|
// python
|
||||||
UTIL_PrecacheOtherWeapon( "weapon_357" );
|
UTIL_PrecacheOtherWeapon( "weapon_357" );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user