added request dialog to play again after game is over without solving level
[rocksndiamonds.git] / src / screens.c
index 5900616f1956d78c6ad87b6b1585ca4971f995a9..ae4f7038dde2b8c6741dcf874f36942bd909e65a 100644 (file)
@@ -8211,6 +8211,8 @@ void HandleSetupScreen(int mx, int my, int dx, int dy, int button)
 
 void HandleGameActions(void)
 {
+  CheckGameOver();
+
   if (game.restart_game_message != NULL)
     RequestRestartGame(game.restart_game_message);