Removed unwanted PACK_STRUCT on union.

This commit is contained in:
Marc-Antoine Lortie
2019-12-17 17:27:21 -05:00
parent 330d9ca916
commit fe2fdcf77c

View File

@@ -233,7 +233,7 @@ union AnimValue_HL1 {
uint8_t total;
} num PACK_STRUCT;
short value;
} PACK_STRUCT;
};
// body part index
struct Bodypart_HL1 {