misc/talk.wav precache

This commit is contained in:
Marco Cawthorne 2019-02-25 18:18:33 +01:00
parent 765c6b6b41
commit b393367f4e

View file

@ -88,6 +88,7 @@ void CSQC_Init(float apilevel, string enginename, float engineversion)
precache_sound("debris/bustconcrete1.wav");
precache_sound("debris/bustconcrete2.wav");
precache_sound("debris/bustceiling.wav");
precache_sound("misc/talk.wav");
/* Game specific inits */
HUD_Init();