forgot a restarting thing

This commit is contained in:
thorium1256 2025-06-22 14:46:28 +03:00
parent 80a10a157e
commit 8ff364db5a

View File

@ -186,6 +186,7 @@ void startGame(Board &board)
startTime = time(NULL);
minesLeft = board.getMineCount();
board.regenerateBoard();
somethingHasBeenDone = false;
break;
case 'p':
if (isPaused)