X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.c;h=462be9b4d47d6d107af0bb02df499b37e530ef9f;hb=19004e830980892c3abc3021bd1b868861836bb8;hp=bb9ef845d58905b865178f41312e5e523e5095e0;hpb=dbdefdcdfa0fa58296160ffc6b72fea58bea5c75;p=rocksndiamonds.git diff --git a/src/main.c b/src/main.c index bb9ef845..462be9b4 100644 --- a/src/main.c +++ b/src/main.c @@ -53,7 +53,6 @@ char *joystick_device_name[MAX_PLAYERS] = 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; @@ -106,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;