rnd-19981228-3
[rocksndiamonds.git] / src / main.c
index a0483461e302bf798c45bba8f6c3ae446f9a1f53..68934fc948b97bb260334901afe90675be18fce5 100644 (file)
@@ -53,6 +53,7 @@ char         *joystick_device_name[MAX_PLAYERS] =
 char          *program_name = NULL;
 
 int            game_status = MAINMENU;
+boolean                level_editor_test_game = FALSE;
 boolean                network_playing = FALSE;
 int            button_status = MB_NOT_PRESSED;
 boolean                motion_status = FALSE;
@@ -95,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;