X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.c;h=a0483461e302bf798c45bba8f6c3ae446f9a1f53;hb=34efaa3925a28cb95ecb05bf2c693c16f6edfe2f;hp=969947e10f08aa3baa0aea88eaaea551c2e2cffc;hpb=3dc317d10b44cc6b75db10ac194966ad8114d390;p=rocksndiamonds.git diff --git a/src/main.c b/src/main.c index 969947e1..a0483461 100644 --- a/src/main.c +++ b/src/main.c @@ -50,14 +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; @@ -103,14 +98,13 @@ int FrameCounter, TimeFrames, TimeLeft; int MampferNr, SiebAktiv; boolean network_player_action_received = FALSE; -int TestPlayer = 0; struct LevelDirInfo leveldir[MAX_LEVDIR_ENTRIES]; 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;