Skip to content

Commit 63bbc77

Browse files
committed
Fixed TESActor structure offset
1 parent efa7b37 commit 63bbc77

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

code/f4/types.h

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ struct Vector3 {
562562
float x; // 0x0
563563
float y; // 0x4
564564
float z; // 0x8
565-
};
565+
}; // 13 bytes (0xC)
566566

567567
struct TESObjectReference {
568568
TESForm tesForm;
@@ -630,8 +630,11 @@ struct TESPlayer {
630630
uint64 unk8F8;
631631
Vector3 newPosition; // 0x900
632632
Vector3 newRotation; // 0x90C
633-
uint32 unk910;
634-
uint32 unk914;
633+
634+
//TODO(adm244): double check that...
635+
//uint32 unk910;
636+
//uint32 unk914;
637+
635638
uint64 unk918;
636639
uint64 unk920;
637640
uint64 unk928;

0 commit comments

Comments
 (0)