Compare commits

..

No commits in common. "ce6a1986e60615f001e6fdc75c95bbf2ab3540a6" and "e394d0986efd00d9fbdbfd9d97b46d7ead3e3550" have entirely different histories.

View File

@ -189,7 +189,7 @@ void startGame(Board &board)
board.flagCellAt(cursorX, cursorY);
break;
case 'r':
startTime = 0;
startTime = time(NULL);
minesLeft = board.getMineCount();
board.regenerateBoard();
somethingHasBeenDone = false;