From e9700b31b9b2e5b20917306f0e1b40c9ef129f3f Mon Sep 17 00:00:00 2001 From: Marco Cawthorne Date: Mon, 15 Jan 2024 15:42:54 -0800 Subject: [PATCH] Sound_Init: Remove precaches for anything other than common/null.wav --- src/shared/sound.qc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/shared/sound.qc b/src/shared/sound.qc index e989fc74..788170fe 100644 --- a/src/shared/sound.qc +++ b/src/shared/sound.qc @@ -66,8 +66,6 @@ Sound_Init(void) /* Source Engine conventions */ SoundSource_Init(); - precache_sound("misc/missing.wav"); - precache_sound("misc/null.wav"); precache_sound("common/null.wav"); print("SoundDef initialized.\n");