diff options
Diffstat (limited to 'src/hexen')
-rw-r--r-- | src/hexen/s_sound.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hexen/s_sound.c b/src/hexen/s_sound.c index 438d4679..45890300 100644 --- a/src/hexen/s_sound.c +++ b/src/hexen/s_sound.c @@ -737,6 +737,8 @@ void S_Init(void) I_AtExit(S_ShutDown, true); + I_PrecacheSounds(S_sfx, NUMSFX); + #ifdef CDMUSIC //TODO // Attempt to setup CD music |