rnd-20040314-1-src
[rocksndiamonds.git] / src / main.c
index 5e5e5f67c62464497e7507595c27b1867d22962f..8dfd8930bb3877f43c026bacebd3026297adeb49 100644 (file)
@@ -90,7 +90,7 @@ int                   ZX, ZY;
 int                    ExitX, ExitY;
 int                    AllPlayersGone;
 
-int                    TimeFrames, TimePlayed, TimeLeft;
+int                    TimeFrames, TimePlayed, TimeLeft, TapeTime;
 
 boolean                        network_player_action_received = FALSE;
 
@@ -658,7 +658,7 @@ struct ElementInfo element_info[MAX_NUM_ELEMENTS + 1] =
   {
     "black_orb",
     "black_orb",
-    "bomb"
+    "black orb bomb"
   },
   {
     "amoeba_to_diamond",