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
} index;
unsigned unknown0xC;
float unknown0x10;
unsigned sortKey; // Four-level key, one byte each
D3DVECTOR unknown0x18;
unsigned otherBitfield;
float reverseSortKey; // Sign flipped to produced sortKey
unsigned sortKey; // Four-level key, one byte each
D3DVECTOR someTranslation;
// Links forming a tree of objects
GameObj * parent;