rnd-19981204-2
[rocksndiamonds.git] / src / main.c
index 47c9100837c23fd051c26c47a2f7112425335a18..a0483461e302bf798c45bba8f6c3ae446f9a1f53 100644 (file)
@@ -98,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;