Compare commits

...

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

View File

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