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