- updated vc++ 2008 project files to handle default path for map editor and g3d viewer

This commit is contained in:
Mark Vejvoda
2011-04-05 05:23:28 +00:00
parent f684e7f356
commit 53642bc7c7
2 changed files with 7 additions and 3 deletions

View File

@@ -190,7 +190,7 @@ void FileCRCPreCacheThread::execute() {
//if(SystemFlags::getSystemSettingType(SystemFlags::debugSystem).enabled) SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %d] cached CRC value for Tech [%s] is [%d] took %.3f seconds.\n",__FILE__,__FUNCTION__,__LINE__,techName.c_str(),techCRC,difftime(time(NULL),elapsedTime));
vector<string> results;
for(int idx = 0; idx < techDataPaths.size(); idx++) {
for(unsigned int idx = 0; idx < techDataPaths.size(); idx++) {
string &techPath = techDataPaths[idx];
endPathWithSlash(techPath);
findAll(techPath + techName + "/factions/*.", results, false, false);