diff --git a/src/client/sound/snd_al.c b/src/client/sound/snd_al.c index 70a41e12..026f502f 100644 --- a/src/client/sound/snd_al.c +++ b/src/client/sound/snd_al.c @@ -550,6 +550,11 @@ AL_Overwater() { int i; + if (sound_started != SS_OAL) + { + return; + } + /* Apply to all sources */ for (i = 0; i < s_numchannels; i++) {