mirror of
https://github.com/glest/glest-source.git
synced 2025-09-08 23:10:42 +02:00
- compile bugfix
This commit is contained in:
@@ -647,7 +647,8 @@ void MenuStateCustomGame::cleanup() {
|
|||||||
publishToMasterserverThread->signalQuit();
|
publishToMasterserverThread->signalQuit();
|
||||||
if(publishToMasterserverThread->canShutdown(true) == true &&
|
if(publishToMasterserverThread->canShutdown(true) == true &&
|
||||||
publishToMasterserverThread->shutdownAndWait() == true) {
|
publishToMasterserverThread->shutdownAndWait() == true) {
|
||||||
delete publishToMasterserverThread;
|
delete publishToMasterserverThread;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
publishToMasterserverThread = NULL;
|
publishToMasterserverThread = NULL;
|
||||||
|
Reference in New Issue
Block a user