X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_sp%2FZonk.c;h=785b9c49310497932112f0a0fbe340f4f3f98036;hp=d8285345228d6f9aa9da29d80ad8fa3934159196;hb=3ff2e8a0b5c27b99a9920bdf5ed82bc41bf40181;hpb=7bf1759dc1f54495a7e16b32f08697b00661c32e 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;