added asking for restart after game was lost (MM game engine only)
[rocksndiamonds.git] / src / init.c
index dc929129d257df31797827dd1da0cbbea6e39765..45f08cd69aac51c75b34b248260252107111dc1f 100644 (file)
@@ -5064,6 +5064,7 @@ static void InitSetup()
 static void InitGameInfo()
 {
   game.restart_level = FALSE;
+  game.restart_game_message = NULL;
 }
 
 static void InitPlayerInfo()