mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-21 12:49:10 +00:00
Deleting an hsRefCnt is evil, we should ALWAYS hsRefCnt_SafeUnRef (we might have a nullptr) it because someone might ref it. hsRefCnt will explictly crash if you delete it when the refcnt != 1. Also, take this opportunity to vector-ize things.