Merge pull request #38 from FreeSlave/item_soda_fix

Fix item soda precache
This commit is contained in:
Alibek Omarov 2017-12-16 13:09:47 +03:00 committed by GitHub
commit 063deae258
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 )