diff --git a/src/s_sound.c b/src/s_sound.c index 8979d1fc9..c4d27e479 100644 --- a/src/s_sound.c +++ b/src/s_sound.c @@ -635,7 +635,7 @@ void S_StartSoundAtVolume(const void *origin_p, sfxenum_t sfx_id, INT32 volume) for (i = r_splitscreen; i >= 0; i--) { // Copy the sound for the splitscreen players! - if (!listenmobj[i]) + if (listenmobj[i] == NULL && i != 0) { continue; }