rnd-19981123-5
[rocksndiamonds.git] / src / main.c
index 6626f7019e4b509e9aed316aa390d659828166e2..462be9b4d47d6d107af0bb02df499b37e530ef9f 100644 (file)
@@ -50,12 +50,9 @@ char        *joystick_device_name[MAX_PLAYERS] =
   DEV_JOYSTICK_3
 };
 
-int            width, height;
-
 char          *program_name = NULL;
 
 int            game_status = MAINMENU;
-int            game_emulation = EMU_NONE;
 boolean                network_playing = FALSE;
 int            button_status = MB_NOT_PRESSED;
 boolean                motion_status = FALSE;
@@ -108,7 +105,7 @@ struct LevelInfo    level;
 struct PlayerInfo      stored_player[MAX_PLAYERS], *local_player = NULL;
 struct HiScore         highscore[MAX_SCORE_ENTRIES];
 struct SoundInfo       Sound[NUM_SOUNDS];
-struct RecordingInfo   tape;
+struct TapeInfo                tape;
 struct OptionInfo      options;
 struct SetupInfo       setup;
 struct SetupFileList   *setup_list = NULL;