From 8ff364db5a09631936c090db689cabd881c7f573 Mon Sep 17 00:00:00 2001 From: thorium1256 Date: Sun, 22 Jun 2025 14:46:28 +0300 Subject: [PATCH] forgot a restarting thing --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index 92cf68e..9b2b1f1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -186,6 +186,7 @@ void startGame(Board &board) startTime = time(NULL); minesLeft = board.getMineCount(); board.regenerateBoard(); + somethingHasBeenDone = false; break; case 'p': if (isPaused)