X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_em%2Fsound.c;h=9bdd2be8745c027f07aebe83b3694bd2b0bf7db9;hb=3fb9d9cf97f3d4da6066f3c6b2ce84c81b768982;hp=e230d9924f24349f51ab557d80100821a04814c3;hpb=29520c5a6cda28d8d58609ff6af657de12424d55;p=rocksndiamonds.git diff --git a/src/game_em/sound.c b/src/game_em/sound.c index e230d992..9bdd2be8 100644 --- a/src/game_em/sound.c +++ b/src/game_em/sound.c @@ -97,7 +97,9 @@ int sound_thread(void) { /* pick sounds to play, if any */ - if (sound_play[SAMPLE_exit] || sound_play[SAMPLE_die]) + if (sound_play[SAMPLE_exit_open] || + sound_play[SAMPLE_exit_leave] || + sound_play[SAMPLE_die]) sound_play[SAMPLE_boom] = 0; /* no explosions if player goes home */ mix_count = 0;