mirror of
https://github.com/glest/glest-source.git
synced 2025-09-29 08:59:01 +02:00
- more cppcheck cleanup, AND some new inernal steam commandline parameters to reset stats and enable debugging
This commit is contained in:
@@ -936,7 +936,7 @@ bool MasterSlaveThreadController::waitTillSlavesTrigger(int waitMilliseconds) {
|
||||
|
||||
result = false;
|
||||
}
|
||||
else if(slaveResult == 0) {
|
||||
else {
|
||||
if(debugMasterSlaveThreadController) printf("In [%s::%s Line: %d] slaveTriggerCounter = %d\n",extractFileFromDirectoryPath(__FILE__).c_str(),__FUNCTION__,__LINE__,slaveTriggerCounter);
|
||||
|
||||
result = true;
|
||||
|
Reference in New Issue
Block a user