2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-07-11 05:31:51 +00:00

Merge pull request #285 from Laupetin/fix/multi-ipak-reading

fix: use multimap again for zone definition properties
This commit is contained in:
Jan
2024-10-12 22:35:54 +02:00
committed by GitHub

View File

@ -42,7 +42,7 @@ public:
void AddProperty(std::string key, std::string value);
void Include(const ZoneDefinitionProperties& otherProperties);
std::unordered_map<std::string, std::string> m_properties;
std::unordered_multimap<std::string, std::string> m_properties;
};
class ZoneDefinition