mirror of
https://github.com/glest/glest-source.git
synced 2025-10-02 02:16:40 +02:00
- added new intro video by Tiger
- bugfix for video display - cleaned more code wanrings from cppcheck
This commit is contained in:
@@ -379,7 +379,8 @@ void ClientInterface::updateLobby() {
|
||||
if(this->getNetworkGameDataSynchCheckOkTech() == false) {
|
||||
if(SystemFlags::getSystemSettingType(SystemFlags::debugNetwork).enabled) SystemFlags::OutputDebug(SystemFlags::debugNetwork,"In [%s::%s Line: %d]\n",__FILE__,__FUNCTION__,__LINE__);
|
||||
|
||||
vctFileList = getFolderTreeContentsCheckSumListRecursively(config.getPathListForType(ptTechs,scenarioDir),string("/") + networkMessageSynchNetworkGameData.getTech() + "/*", ".xml", NULL);
|
||||
string pathSearchString = "/" + networkMessageSynchNetworkGameData.getTech() + "/*";
|
||||
vctFileList = getFolderTreeContentsCheckSumListRecursively(config.getPathListForType(ptTechs,scenarioDir),pathSearchString, ".xml", NULL);
|
||||
|
||||
if(SystemFlags::getSystemSettingType(SystemFlags::debugNetwork).enabled) SystemFlags::OutputDebug(SystemFlags::debugNetwork,"In [%s::%s Line: %d]\n",__FILE__,__FUNCTION__,__LINE__);
|
||||
|
||||
|
Reference in New Issue
Block a user