rnd-20030210-2-src
[rocksndiamonds.git] / src / game.c
index 5f3f9689f3cdbd505d7c56a5e3533afdb358337e..f86dffae3620dba97bb42b44651eb822562bb30c 100644 (file)
@@ -2327,6 +2327,13 @@ void Impact(int x, int y)
     return;
   }
 
+#if 0
+  printf("::: -> %d,%d [%d]\n", element, ACTION_IMPACT,
+        element_info[element].sound[ACTION_IMPACT]);
+
+  PlaySound(177);
+#endif
+
   /* play sound of object that hits the ground */
   if (lastline || object_hit)
     PlaySoundLevelElementAction(x, y, element, ACTION_IMPACT);