# HG changeset patch # User nemo # Date 1290974846 18000 # Node ID e0092290b7c519ced8265d826fc69ab46788b1b4 # Parent 81f52117085d80d1073b5a146c236ef2698677c0 do GoBack if also INGAME due to kick diff -r 81f52117085d -r e0092290b7c5 QTfrontend/hwform.cpp --- 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");