(from <Someone>)

The patch that deals with tabs is attached. I also fixed bug when the
program won't quit if Quit option is selected in the player selection
dialog.
This commit is contained in:
nethack.allison
2002-02-07 05:42:31 +00:00
parent 4b364d6927
commit 562d7855a7
2 changed files with 77 additions and 37 deletions

View File

@@ -133,8 +133,7 @@ void mswin_player_selection(void)
/* select a role */
if( mswin_player_selection_window( &nRole ) == IDCANCEL ) {
clearlocks();
mswin_exit_nhwindows(0);
bail(0);
}
}