mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-02-05 03:24:39 +00:00
Merge pull request #38 from FreeSlave/item_soda_fix
Fix item soda precache
This commit is contained in:
commit
063deae258
@ -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…
x
Reference in New Issue
Block a user