mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-23 21:24:27 +00:00
Add missing precache calls.
This commit is contained in:
parent
2802050329
commit
83c0505ffe
@ -2181,6 +2181,8 @@ public:
|
|||||||
|
|
||||||
void CItemSoda::Precache( void )
|
void CItemSoda::Precache( void )
|
||||||
{
|
{
|
||||||
|
PRECACHE_MODEL( "models/can.mdl" );
|
||||||
|
PRECACHE_SOUND( "weapons/g_bounce.wav" );
|
||||||
}
|
}
|
||||||
|
|
||||||
LINK_ENTITY_TO_CLASS( item_sodacan, CItemSoda )
|
LINK_ENTITY_TO_CLASS( item_sodacan, CItemSoda )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user