2
0
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:
Roman Chistokhodov 2017-12-16 04:56:23 +03:00
parent 08951f5783
commit bf429f0709

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 )