rnd-20100624-2-src
[rocksndiamonds.git] / src / game_sp / Explosions.c
index e45ce791f4a95a417fd7a5ccc816fbf3bda20b9b..867cc27302cf73db8101aa10168b972730bc28d8 100644 (file)
@@ -94,7 +94,7 @@ void ExplodeFieldSP(int si)
 
   if (ax == fiMurphy)
   {
-#if 1
+#if 0
     printf("::: Explosions.c: ExplodeFieldSP(): killing murphy\n");
 #endif
 
@@ -136,7 +136,7 @@ static void LetExplodeFieldSP(int tsi, int cx, int dh)
 {
   int al;
 
-  if (tsi < (-FieldWidth))
+  if (tsi < -FieldWidth)
     return;
 
   al = LowByte(PlayField16[tsi]);
@@ -168,7 +168,7 @@ static void LetExplodeFieldSP(int tsi, int cx, int dh)
       break;
 
     case fiMurphy:
-#if 1
+#if 0
       printf("::: Explosions.c: LetExplodeFieldSP(): killing murphy [%d]\n",
             tsi);
 #endif