Fix bug with unset name (don't exit the menu then)

This commit is contained in:
simon.kagstrom 2010-02-24 12:10:56 +00:00
parent dd51b51248
commit c753e22aa5

View File

@ -77,8 +77,8 @@ public:
Gui::gui->np->NetworkPort);
TheC64->network_connection_type = CONNECT;
TheC64->network->ConnectToBroker();
Gui::gui->exitMenu();
}
Gui::gui->exitMenu();
break;
case 6:
if (TheC64->network_connection_type == NONE)