rnd-20091012-1-src
[rocksndiamonds.git] / src / game_sp / DoGameStuff.c
index 458f8aa653075e9f05c2d0aa4c929ba4201a0ec0..3d856d542da029eb0cd8adcce9c509b85644dcd5 100644 (file)
@@ -85,6 +85,21 @@ int subDoGameStuff()
       ExplodeFieldSP(MurphyExplodePos);                 // Explode
       LeadOutCounter = 0x40;           // quit: start lead-out
     }
+
+#if 1
+    if (KillMurphyFlag == 1 &&
+       !game_sp_info.LevelSolved &&
+       !game_sp_info.GameOver)
+    {
+#if 1
+      printf("::: DoGameStuff.c: !!!!!!!!!! GAME OVER !!!!!!!!!!\n");
+#endif
+
+      game_sp_info.GameOver = TRUE;
+    }
+#endif
+
+
   } //  loc_g_22FB: