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