From 52e8353421f2259406396eabdb2a7e4803978f86 Mon Sep 17 00:00:00 2001 From: KeybadeBlox Date: Thu, 11 Dec 2025 17:32:18 -0500 Subject: [PATCH] Update GameObj data members --- src/Core.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Core.hpp b/src/Core.hpp index c102dcf..35f5562 100644 --- a/src/Core.hpp +++ b/src/Core.hpp @@ -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;