From b393367f4e1148a5b3d8723e0b7134da47ac0f54 Mon Sep 17 00:00:00 2001 From: Marco Hladik Date: Mon, 25 Feb 2019 18:18:33 +0100 Subject: [PATCH] misc/talk.wav precache --- Source/client/entry.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/client/entry.c b/Source/client/entry.c index ff2ccf38..26313fed 100644 --- a/Source/client/entry.c +++ b/Source/client/entry.c @@ -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();