rnd-19990219-2
[rocksndiamonds.git] / src / main.c
index 225f204fe0d0c373b4e01ff8bc7d2a0990d02540..d75089179f82b15f0217cd4269e917fb4f37afe7 100644 (file)
@@ -98,11 +98,6 @@ int          SBY_Upper, SBY_Lower;
 int            ZX,ZY, ExitX,ExitY;
 int            AllPlayersGone;
 int            FrameCounter, TimeFrames, TimePlayed, TimeLeft;
-int            MampferMax, MampferNr;
-boolean                SiebAktiv;
-int            SiebCount;
-
-int            game_emulation = EMU_NONE;
 
 boolean                network_player_action_received = FALSE;
 
@@ -116,6 +111,8 @@ struct OptionInfo   options;
 struct SetupInfo       setup;
 struct SetupFileList   *setup_list = NULL;
 struct SetupFileList   *level_setup_list = NULL;
+struct GameInfo                game;
+struct GlobalInfo      global;
 
 /* data needed for playing sounds */
 char *sound_name[NUM_SOUNDS] =