busting out the multimap ig (#1602)

This commit is contained in:
David Markowitz
2024-05-31 11:46:18 -07:00
committed by GitHub
parent 342da927f5
commit a54600b41e
4 changed files with 21 additions and 13 deletions

View File

@@ -188,7 +188,7 @@ private:
/**
* All of the active skills mapped by their unique ID.
*/
std::map<uint32_t, BehaviorContext*> m_managedBehaviors;
std::multimap<uint32_t, BehaviorContext*> m_managedBehaviors;
/**
* All active projectiles.