Attempt to fix CL.exe derp

This commit is contained in:
Phillip Stephens 2017-03-25 21:42:45 -07:00
parent 01d7f42524
commit c6e5401bff
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class CSortedListManager
{
const CActor* x0_actor = nullptr;
zeus::CAABox x4_box = zeus::CAABox::skNullBox;
u16 x1c_selfIdxs[6] = {-1, -1, -1, -1, -1, -1};
s16 x1c_selfIdxs[6] = {-1, -1, -1, -1, -1, -1};
TUniqueId x28_next = kInvalidUniqueId;
bool x2a_populated = false;
SNode() = default;