summaryrefslogtreecommitdiff
path: root/src/heretic
diff options
context:
space:
mode:
Diffstat (limited to 'src/heretic')
-rw-r--r--src/heretic/s_sound.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/heretic/s_sound.c b/src/heretic/s_sound.c
index e94f17a5..755206b4 100644
--- a/src/heretic/s_sound.c
+++ b/src/heretic/s_sound.c
@@ -532,6 +532,8 @@ void S_Init(void)
S_SetMaxVolume(true);
I_AtExit(S_ShutDown, true);
+
+ I_PrecacheSounds(S_sfx, NUMSFX);
}
void S_GetChannelInfo(SoundInfo_t * s)