rnd-19981214-1
[rocksndiamonds.git] / src / game.c
index 64a7c1aa326f5e01b2ca0b1eb04a1b5992a622d6..9897b56d78778dfa99cbe9dea30f99315560e1cf 100644 (file)
@@ -103,7 +103,7 @@ int game_emulation = EMU_NONE;
 
 
 #ifdef DEBUG
-#if 1
+#if 0
 static unsigned int getStateCheckSum(int counter)
 {
   int x, y;
@@ -3250,7 +3250,7 @@ void GameActions()
 
 
 #ifdef DEBUG
-
+  /*
   if (TimeFrames == 0 && !local_player->gone)
   {
     extern unsigned int last_RND();
@@ -3260,7 +3260,7 @@ void GameActions()
           last_RND(),
           getStateCheckSum(level.time - TimeLeft));
   }
-
+  */
 #endif