This commit is contained in:
Christophe Piveteau 2014-12-28 16:52:51 +01:00
parent 900fa26965
commit d185b30ba0
1 changed files with 4 additions and 0 deletions

View File

@ -1859,6 +1859,10 @@ bool ClientLauncher::launch_game(std::wstring *error_message,
if (!skip_main_menu) {
main_menu(&menudata);
// Skip further loading if there was an exit signal.
if (*porting::signal_handler_killstatus())
return false;
address = menudata.address;
int newport = stoi(menudata.port);
if (newport != 0)