Commit dc329361 authored by Andrey Semakin's avatar Andrey Semakin Committed by Alexandre Julliard

winemine: Add WM_RBUTTONUP to cases of TestMines().

parent 4cfa13c5
......@@ -743,9 +743,9 @@ static void TestMines( BOARD *p_board, POINT pt, int msg )
case WM_RBUTTONDOWN:
AddFlag( p_board, col, row );
break;
default:
WINE_TRACE("Unknown message type received in TestMines\n");
break;
case WM_RBUTTONUP:
return;
}
if( draw )
......
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