mirror of
https://github.com/FWGS/hlsdk-xash3d
synced 2025-01-08 01:46:25 +01:00
Fix item soda precache
This commit is contained in:
parent
08951f5783
commit
bf429f0709
@ -2182,7 +2182,7 @@ public:
|
||||
void CItemSoda::Precache( void )
|
||||
{
|
||||
PRECACHE_MODEL( "models/can.mdl" );
|
||||
PRECACHE_SOUND( "weapons/g_bounce.wav" );
|
||||
PRECACHE_SOUND( "weapons/g_bounce3.wav" );
|
||||
}
|
||||
|
||||
LINK_ENTITY_TO_CLASS( item_sodacan, CItemSoda )
|
||||
|
Loading…
Reference in New Issue
Block a user