mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-10 21:55:11 +01:00
Fix bug with unset name (don't exit the menu then)
This commit is contained in:
parent
dd51b51248
commit
c753e22aa5
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user