rnd-19981025-1
[rocksndiamonds.git] / src / main.c
index 4a713ecfdd0fd4102a6e20acd18dae519c932e7f..509e038f41914eeb21a7c294500daf97f54baa98 100644 (file)
@@ -99,7 +99,7 @@ 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;