changeset 4433 | e0092290b7c5 |
parent 4432 | 81f52117085d |
child 4509 | 816a0bff5019 |
--- a/QTfrontend/hwform.cpp Sun Nov 28 14:38:42 2010 -0500 +++ b/QTfrontend/hwform.cpp Sun Nov 28 15:07:26 2010 -0500 @@ -1143,7 +1143,7 @@ void HWForm::NetLeftRoom() { - if (ui.Pages->currentIndex() == ID_PAGE_NETGAME) + if (ui.Pages->currentIndex() == ID_PAGE_NETGAME || ui.Pages->currentIndex() == ID_PAGE_INGAME) GoBack(); else qWarning("Left room while not in room");