forgot a restarting thing
This commit is contained in:
parent
80a10a157e
commit
8ff364db5a
@ -186,6 +186,7 @@ void startGame(Board &board)
|
|||||||
startTime = time(NULL);
|
startTime = time(NULL);
|
||||||
minesLeft = board.getMineCount();
|
minesLeft = board.getMineCount();
|
||||||
board.regenerateBoard();
|
board.regenerateBoard();
|
||||||
|
somethingHasBeenDone = false;
|
||||||
break;
|
break;
|
||||||
case 'p':
|
case 'p':
|
||||||
if (isPaused)
|
if (isPaused)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user