check if this fixes techtree name bug

This commit is contained in:
Mark Vejvoda 2013-10-31 19:45:03 +00:00
parent e008754581
commit 5c71ebcf0e
1 changed files with 2 additions and 1 deletions

View File

@ -102,7 +102,8 @@ string TechTree::getTranslatedName(string techName, bool forceLoad, bool forceTe
result = getName(true);
translatedTechNames[techName] = result;
printf("techName [%s] name [%s] result [%s]\n",techName.c_str(),name.c_str(),result.c_str());
translatedTechNames[name] = result;
}
}