2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 18:24:55 +00:00

Proper TUniqueId implementation, minor bug fixes in CSortedListManager

This commit is contained in:
2017-08-10 06:40:07 -07:00
parent 9d85e7dbfe
commit 8409cf7868
12 changed files with 123 additions and 101 deletions

View File

@@ -90,7 +90,7 @@ public:
private:
s16 x0_nextFreeIndex = 0;
TUniqueId x8_idArr[1024] = {};
u16 x8_idArr[1024] = {};
/*
std::unique_ptr<CObjectList> x80c_allObjs;