Win32GUI: Changes to player selection dialog.

Significant changes to player selection dialog that attempt
to match recently made changes to the Qt and X11 window ports.
This commit is contained in:
Bart House
2017-10-25 10:49:14 +03:00
committed by Pasi Kallinen
parent a588541a27
commit 3d2e59ecec
6 changed files with 662 additions and 677 deletions
+1 -3
View File
@@ -260,8 +260,6 @@ mswin_init_nhwindows(int *argc, char **argv)
void
mswin_player_selection(void)
{
int nRole;
logDebug("mswin_player_selection()\n");
if (iflags.wc_player_selection == VIA_DIALOG) {
@@ -311,7 +309,7 @@ mswin_player_selection(void)
}
} else {
/* select a role */
if (mswin_player_selection_window(&nRole) == IDCANCEL) {
if (!mswin_player_selection_window()) {
bail(0);
}
}