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); Gui::gui->np->NetworkPort);
TheC64->network_connection_type = CONNECT; TheC64->network_connection_type = CONNECT;
TheC64->network->ConnectToBroker(); TheC64->network->ConnectToBroker();
Gui::gui->exitMenu();
} }
Gui::gui->exitMenu();
break; break;
case 6: case 6:
if (TheC64->network_connection_type == NONE) if (TheC64->network_connection_type == NONE)