Added padding into client position struct

This commit is contained in:
dannuic
2026-04-15 22:52:21 -06:00
parent 27ad857ee5
commit a9333fb51b
+3 -3
View File
@@ -360,15 +360,15 @@ namespace TOB {
/*0x04*/ float delta_y; /*0x04*/ float delta_y;
/*0x08*/ float x; /*0x08*/ float x;
/*0x0c*/ int animation : 10; /*0x0c*/ int animation : 10;
// signed padding1 : 22; signed padding1 : 22;
/*0x10*/ float delta_x; /*0x10*/ float delta_x;
/*0x14*/ float z; /*0x14*/ float z;
/*0x18*/ float delta_z; /*0x18*/ float delta_z;
/*0x1c*/ int heading : 12; /*0x1c*/ int heading : 12;
int pitch : 12; int pitch : 12;
// signed padding2 : 8; signed padding2 : 8;
/*0x20*/ int delta_heading : 10; /*0x20*/ int delta_heading : 10;
// signed padding3 : 22; signed padding3 : 22;
/*0x24*/ /*0x24*/
}; };