mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-13 07:05:12 +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);
|
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user