mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Mistake fix
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user