Sound_Init: Remove precaches for anything other than common/null.wav

This commit is contained in:
Marco Cawthorne 2024-01-15 15:42:54 -08:00
parent 5bdbe2cc47
commit e9700b31b9
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 0 additions and 2 deletions

View File

@ -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");