rnd-20100313-1-src
[rocksndiamonds.git] / src / game_sp / Infotrons.c
index aae2d00e24857695cd757f6ccad18c140d5a1993..49d23c5cd19d1999d2375062e88d40eaa5b8bf44 100644 (file)
@@ -173,7 +173,19 @@ loc_g_1242: // infotron comes falling from above
   if (ax == fiOrangeDisk) // orange disk hit
     goto loc_g_1386;
 
+#if 1
+
+#if 1
+  // play the infotron sound, 'cause infotron hits something "hard"
+  subSoundFX(si, fiInfotron, actImpact);
+#else
+ // play the zonk sound, 'cause zonk hits something "hard"
+  subSoundFX(si, fiZonk, actImpact);
+#endif
+
+#else
   subSoundFXZonk(); // play the zonk sound,'cause zonk hits something "hard"
+#endif
 
   if (! (ax == fiZonk || ax == fiInfotron || ax == fiRAM))
     return subAnimateInfotrons;