return after rungame
authordisplacer
Mon, 05 Feb 2007 23:26:00 +0000
changeset 396 70dfd02845af
parent 395 641ed71c7c93
child 397 d9bb21b4400d
return after rungame
QTfrontend/newnetclient.cpp
--- a/QTfrontend/newnetclient.cpp	Mon Feb 05 22:39:01 2007 +0000
+++ b/QTfrontend/newnetclient.cpp	Mon Feb 05 23:26:00 2007 +0000
@@ -179,7 +179,8 @@
   }
 
   if (lst[0] == "RUNGAME") {
-  	RunGame();
+    RunGame();
+    return;
   }
 
   if (lst[0] == "CONFIGURED") {