|
|
|
@ -296,10 +296,10 @@ void W_Precache( void )
@@ -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 )
@@ -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
|
|
|
|
|