Skip to content

Commit

Permalink
Fix a bug where the players list vanishes after we close our nick cho…
Browse files Browse the repository at this point in the history
…oser.
  • Loading branch information
Subsentient authored and Cyp committed Aug 24, 2012
1 parent 5bac6e4 commit 11f19fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/multimenu.cpp
Expand Up @@ -669,7 +669,7 @@ static void closeMultiRequester(void)
{
widgDelete(psRScreen,M_REQUEST);
multiRequestUp = false;

resetReadyStatus(false); //Give us back our players list if we close our nick chooser box. -Subsentient
widgReleaseScreen(psRScreen); // move this to the frontend shutdown...
return;
}
Expand Down

0 comments on commit 11f19fb

Please sign in to comment.