mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-02-06 12:04:17 +00:00
This commit is contained in:
parent
e1a96b59f1
commit
c0dd516e5d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user