item_suit: make sure we precache item.respawn

This commit is contained in:
Marco Cawthorne 2021-03-23 09:17:53 +01:00
parent bfb660db02
commit 353afa1769
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ item_suit::item_suit(void)
precache_sound("items/suitchargeok1.wav");
precache_sound("fvox/hev_logon.wav");
precache_sound("fvox/bell.wav");
Sound_Precache("item.respawn");
CBaseTrigger::CBaseTrigger();
m_strOnPlayerTouch = CreateOutput(m_strOnPlayerTouch);