- compile bugfix

This commit is contained in:
Mark Vejvoda
2011-09-28 15:34:03 +00:00
parent 43ed4553ea
commit 3bec8d3300

View File

@@ -647,7 +647,8 @@ void MenuStateCustomGame::cleanup() {
publishToMasterserverThread->signalQuit();
if(publishToMasterserverThread->canShutdown(true) == true &&
publishToMasterserverThread->shutdownAndWait() == true) {
delete publishToMasterserverThread;
delete publishToMasterserverThread;
}
}
publishToMasterserverThread = NULL;