Removed unwanted PACK_STRUCT on union.

pull/2838/head
Marc-Antoine Lortie 2019-12-17 17:27:21 -05:00
parent 330d9ca916
commit fe2fdcf77c
1 changed files with 1 additions and 1 deletions

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 {