Browse Source

Add precache for item_flashlight.

induction_1.2
Andrey Akhmichin 5 years ago
parent
commit
15c85e6d88
  1. 1
      dlls/weapons.cpp

1
dlls/weapons.cpp

@ -299,6 +299,7 @@ void W_Precache( void )
UTIL_PrecacheOther( "item_battery" ); UTIL_PrecacheOther( "item_battery" );
UTIL_PrecacheOther( "item_antidote" ); UTIL_PrecacheOther( "item_antidote" );
UTIL_PrecacheOther( "item_security" ); UTIL_PrecacheOther( "item_security" );
UTIL_PrecacheOther( "item_flashlight" );
UTIL_PrecacheOther( "item_longjump" ); UTIL_PrecacheOther( "item_longjump" );
// shotgun // shotgun

Loading…
Cancel
Save