more packets using fixed size integers

This commit is contained in:
d1str4ught
2025-08-23 14:00:19 +02:00
parent da4b83f27b
commit 71ba5e0c9b
2 changed files with 17 additions and 17 deletions

View File

@@ -1187,7 +1187,7 @@ typedef struct SSimplePlayerInformation
uint16_t wHairPart;
uint8_t bDummy[4];
int32_t x, y;
int32_t lAddr;
uint32_t lAddr;
uint16_t wPort;
uint8_t bySkillGroup;
} TSimplePlayerInformation;