Do not clear address in main menu if starting a singleplayer game by double clicking the world
This commit is contained in:
parent
2e90ed07ac
commit
c1cfcb1577
@ -866,9 +866,10 @@ bool GUIMainMenu::OnEvent(const SEvent& event)
|
|||||||
{
|
{
|
||||||
switch(event.GUIEvent.Caller->getID())
|
switch(event.GUIEvent.Caller->getID())
|
||||||
{
|
{
|
||||||
case GUI_ID_WORLD_LISTBOX:
|
case GUI_ID_WORLD_LISTBOX:
|
||||||
acceptInput();
|
acceptInput();
|
||||||
m_data->address = L""; // Force local game
|
if(getTab() != TAB_SINGLEPLAYER)
|
||||||
|
m_data->address = L""; // Force local game
|
||||||
quitMenu();
|
quitMenu();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user