mirror of
https://codeberg.org/KeybadeBlox/JSRF-Decompilation.git
synced 2026-02-20 18:27:04 +03:00
Update GameObj data members
This commit is contained in:
parent
0f1c561abb
commit
52e8353421
1 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue