Update GameObj data members

This commit is contained in:
KeybadeBlox 2025-12-11 17:32:18 -05:00
parent 0f1c561abb
commit 52e8353421

View file

@ -34,10 +34,10 @@ class GameObj {
// TODO // TODO
} index; } index;
unsigned unknown0xC; unsigned otherBitfield;
float unknown0x10; float reverseSortKey; // Sign flipped to produced sortKey
unsigned sortKey; // Four-level key, one byte each unsigned sortKey; // Four-level key, one byte each
D3DVECTOR unknown0x18; D3DVECTOR someTranslation;
// Links forming a tree of objects // Links forming a tree of objects
GameObj * parent; GameObj * parent;