X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FZonk.c;h=785b9c49310497932112f0a0fbe340f4f3f98036;hb=dec5093fc78bfe1356d764c2432fed6566b2af66;hp=d8285345228d6f9aa9da29d80ad8fa3934159196;hpb=f7cee51ad23b10be242545a6445fddf45accf65d;p=rocksndiamonds.git diff --git a/src/game_sp/Zonk.c b/src/game_sp/Zonk.c index d8285345..785b9c49 100644 --- a/src/game_sp/Zonk.c +++ b/src/game_sp/Zonk.c @@ -181,12 +181,8 @@ 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;