mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-19 15:52:53 +00:00
fix: use multimap again for zone definition properties since stuff like ipak_read can be specified multiple times
This commit is contained in:
parent
bc0f42a18f
commit
0e3d9efb0f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user