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:
committed by
Pasi Kallinen
parent
a588541a27
commit
3d2e59ecec
+1
-3
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user