Send correct WM_MENUSELECT when menu closes.

diff --git a/controls/menu.c b/controls/menu.c
index 412fa52..0a197f1 100644
--- a/controls/menu.c
+++ b/controls/menu.c
@@ -2781,7 +2781,7 @@
 	    uSubPWndLevel = 0;
 	}
 	MENU_SelectItem( mt.hOwnerWnd, mt.hTopMenu, NO_SELECTED_ITEM, FALSE );
-	SendMessageA( mt.hOwnerWnd, WM_MENUSELECT, MAKELONG(0,0), 0xffff );
+	SendMessageA( mt.hOwnerWnd, WM_MENUSELECT, MAKELONG(0,0xffff), 0 );
     }
 
     /* Reset the variable for hiding menu */