rnd-20090729-1-src
[rocksndiamonds.git] / src / game_sp / Explosions.c
index 6855088d326adc00b07b6f91a3fc43d0deff057a..0dc2cc71fd0513cd1b3a3d8d31e4d69c5bd0b23c 100644 (file)
@@ -83,7 +83,13 @@ void ExplodeFieldSP(int si)
 
   ExplosionShake = 1; // something explodes
   if (ax == fiMurphy)
+  {
+#if 1
+    printf("::: Explosions.c: ExplodeFieldSP(): kill murphy\n");
+#endif
+
     KillMurphyFlag = 1;
+  }
 
   if (ax == fiElectron)
   {
@@ -146,6 +152,10 @@ static void LetExplodeFieldSP(int tsi, int cx, int dh)
       break;
 
     case fiMurphy:
+#if 1
+      printf("::: Explosions.c: LetExplodeFieldSP(): kill murphy\n");
+#endif
+
       KillMurphyFlag = 1;
       PlayField8[tsi] = dh;
       PlayField16[tsi] = cx;