rnd-19981228-2
[rocksndiamonds.git] / src / main.c
index 21f165a9789dbef06538fca4aa4ee7b03328d49e..68934fc948b97bb260334901afe90675be18fce5 100644 (file)
@@ -96,7 +96,9 @@ int           BX1 = 0, BY1 = 0, BX2 = SCR_FIELDX-1, BY2 = SCR_FIELDY-1;
 int            ZX,ZY, ExitX,ExitY;
 int            AllPlayersGone;
 int            FrameCounter, TimeFrames, TimeLeft;
-int            MampferNr, SiebAktiv;
+int            MampferMax, MampferNr;
+boolean                SiebAktiv;
+int            SiebCount;
 
 boolean                network_player_action_received = FALSE;