X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FZonk.c;fp=src%2Fgame_sp%2FZonk.c;h=f047a6102581bef34173366e364f4e415d1b5e0e;hb=949580a3bafe5c8abd1fac99202411b65900b883;hp=b19c003346c0b898e09bf6f28924279e7b8e1326;hpb=d442dd6ca65b694c37fbd3c93505644fe8478263;p=rocksndiamonds.git diff --git a/src/game_sp/Zonk.c b/src/game_sp/Zonk.c index b19c0033..f047a610 100644 --- a/src/game_sp/Zonk.c +++ b/src/game_sp/Zonk.c @@ -183,7 +183,12 @@ loc_g_0DE8: // zonk comes falling from above if (ax == fiOrangeDisk) // OrangeDisk explodes 'loc_g_0E95: goto loc_g_0F75; +#if 1 + // play the zonk sound, 'cause zonk hits something "hard" + subSoundFX(si, fiZonk, actImpact); +#else subSoundFXZonk(); // play the zonk sound,'cause zonk hits something "hard" +#endif if (! (ax == fiZonk || ax == fiInfotron || ax == fiRAM)) return subAnimateZonks;