This commit is contained in:
doitux
2008-09-19 19:37:12 +00:00
parent 76cc84f195
commit a52de5f967
5 changed files with 16 additions and 72 deletions
+2 -2
View File
@@ -2942,15 +2942,15 @@ void gameTableImpl::closeGameTable() {
mySession->terminateNetworkClient();
stopTimer();
if (myServerGuiInterface.get()) myServerGuiInterface->getSession().terminateNetworkServer();
this->hide();
myStartWindow->show();
this->hide();
}
}
else {
mySession->terminateNetworkClient();
stopTimer();
this->hide();
myStartWindow->show();
this->hide();
}
}