1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

Mistake fix

This commit is contained in:
nordsoft
2023-10-05 22:55:24 +02:00
parent 189f790b44
commit 766f9cf19f

View File

@@ -17,7 +17,7 @@
void Translations::cleanupRemovedItems(CMap & map) void Translations::cleanupRemovedItems(CMap & map)
{ {
std::set<std::string> existingObjects{"core", "map", "header"}; std::set<std::string> existingObjects{"map", "header"};
for(auto object : map.objects) for(auto object : map.objects)
existingObjects.insert(object->instanceName); existingObjects.insert(object->instanceName);