Commit df62e027 authored by Dylan Smith's avatar Dylan Smith Committed by Alexandre Julliard

winemine: Adding flag before the game starts shouldn't start the timer.

The game only starts when the player left clicks on a box to test it for a mine, not when a flag is added. Manually tested against Windows XP.
parent 8f1a85e4
......@@ -859,7 +859,6 @@ void TestMines( BOARD *p_board, POINT pt, int msg )
case WM_RBUTTONDOWN:
AddFlag( p_board, col, row );
p_board->status = PLAYING;
break;
default:
WINE_TRACE("Unknown message type received in TestMines\n");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment