2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-10 23:47:44 +00:00

Rename CStateManager::x8_idArr to CStateManager::x4_idArr to better match the game

This commit is contained in:
2021-06-04 22:30:38 -07:00
parent 95f44be694
commit e9b2230c0a
2 changed files with 5 additions and 5 deletions

View File

@@ -86,7 +86,7 @@ public:
private:
s16 x0_nextFreeIndex = 0;
std::array<u16, 1024> x8_idArr{};
std::array<u16, 1024> x4_idxArr{};
/*
std::unique_ptr<CObjectList> x80c_allObjs;