Restored PACK_STRUCT on AnimValue_HL1 union and removed PACK_STRUCT on inner struct.
My apologies, as this was a mistake. I misread the problem and removed the wrong PACK_STRUCT.pull/2838/head
parent
188ee6562e
commit
69902c99c8
|
@ -231,9 +231,9 @@ union AnimValue_HL1 {
|
|||
struct {
|
||||
uint8_t valid;
|
||||
uint8_t total;
|
||||
} num PACK_STRUCT;
|
||||
} num;
|
||||
short value;
|
||||
};
|
||||
} PACK_STRUCT;
|
||||
|
||||
// body part index
|
||||
struct Bodypart_HL1 {
|
||||
|
|
Loading…
Reference in New Issue