mirror of
				https://github.com/Laupetin/OpenAssetTools.git
				synced 2025-10-30 18:17:15 +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:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user