1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00

Remove unused identifiers

This commit is contained in:
nordsoft
2023-09-28 23:15:36 +02:00
parent 38d12bbe8c
commit ae073ee35d
4 changed files with 47 additions and 1 deletions

View File

@ -1275,6 +1275,7 @@ void CMapLoaderJson::readTranslations()
if(isExistArchive(language.identifier + ".json"))
mapHeader->translations.Struct()[language.identifier] = getFromArchive(language.identifier + ".json");
}
mapHeader->registerMapStrings();
}