Sound_Init: Remove precaches for anything other than common/null.wav
This commit is contained in:
parent
5bdbe2cc47
commit
e9700b31b9
1 changed files with 0 additions and 2 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue