fix typo that sneaked in by pressing ctrl+z one time too much I guess :D
authorsheepluva
Sun, 25 Sep 2011 21:54:26 +0200
changeset 6030 2577028cba07
parent 6028 335eaf56d976
child 6032 f89cab39053e
fix typo that sneaked in by pressing ctrl+z one time too much I guess :D
QTfrontend/hwform.cpp
--- a/QTfrontend/hwform.cpp	Sun Sep 25 15:40:01 2011 -0400
+++ b/QTfrontend/hwform.cpp	Sun Sep 25 21:54:26 2011 +0200
@@ -549,7 +549,7 @@
             GoBack();
 
     if (curid == ID_PAGE_ROOMSLIST || curid == ID_PAGE_CONNECTING) NetDisconnect();
-    if (curid == ID_PAGE_NETGAME && hwnet && hwnet.isInRoom()) hwnet->partRoom();
+    if (curid == ID_PAGE_NETGAME && hwnet && hwnet->isInRoom()) hwnet->partRoom();
     // need to work on this, can cause invalid state for admin quit trying to prevent bad state message on kick
     //if (curid == ID_PAGE_NETGAME && (!game || game->gameState != gsStarted)) hwnet->partRoom();