rnd-19981026-1
[rocksndiamonds.git] / src / main.c
index 4a713ecfdd0fd4102a6e20acd18dae519c932e7f..74650e2b2809c1f19649ebbf2cc75a737d43d9fd 100644 (file)
@@ -99,12 +99,14 @@ int         TestPlayer = 0;
 
 struct LevelDirInfo    leveldir[MAX_LEVDIR_ENTRIES];
 struct LevelInfo       level;
-struct PlayerInfo      stored_player[MAX_PLAYERS], *local_player;
+struct PlayerInfo      stored_player[MAX_PLAYERS], *local_player = NULL;
 struct HiScore         highscore[MAX_SCORE_ENTRIES];
 struct SoundInfo       Sound[NUM_SOUNDS];
 struct RecordingInfo   tape;
 struct OptionInfo      options;
 struct SetupInfo       setup;
+struct SetupFileList   *setup_list = NULL;
+struct SetupFileList   *level_setup_list = NULL;
 
 struct JoystickInfo joystick[2] =
 {