mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-11 15:38:12 +00: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