rnd-20100313-1-src
[rocksndiamonds.git] / src / game_sp / Zonk.c
index b19c003346c0b898e09bf6f28924279e7b8e1326..f047a6102581bef34173366e364f4e415d1b5e0e 100644 (file)
@@ -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;