assert fix

This commit is contained in:
Niko 2024-06-27 16:41:02 -04:00
parent 354ea1f6c6
commit 318cd50fa6

View File

@ -327,7 +327,7 @@ struct SG_MessageEndRace
STATIC_ASSERT2(sizeof(struct SG_Header) == 1, "Size of SG_Header must be 1 byte");
STATIC_ASSERT2(sizeof(struct SG_MessageRooms) == 12, "Size of SG_MessageRooms must be 12 bytes");
STATIC_ASSERT2(sizeof(struct SG_MessageClientStatus) == 4, "Size of SG_MessageClientStatus must be 4 bytes");
STATIC_ASSERT2(sizeof(struct SG_MessageClientStatus) == 2, "Size of SG_MessageClientStatus must be 2 bytes");
STATIC_ASSERT2(sizeof(struct SG_MessageName) == 14, "Size of SG_MessageName must be 14 bytes");
STATIC_ASSERT2(sizeof(struct SG_MessageCharacter) == 2, "Size of SG_MessageCharacter must be 2 bytes");
STATIC_ASSERT2(sizeof(struct SG_MessageTrack) == 2, "Size of SG_MessageTrack must be 2 bytes");