mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 06:54:28 -04:00
Fix field array size on field_0x50 (#3145)
UB caught by modern compilers, this fixes it.
This commit is contained in:
committed by
GitHub
parent
d7c34741e2
commit
22d9840ed1
@@ -24,8 +24,7 @@ struct lf_s {
|
||||
/* 0x44 */ f32 field_0x44;
|
||||
/* 0x48 */ f32 field_0x48;
|
||||
/* 0x4C */ s16 field_0x4c[2];
|
||||
/* 0x50 */ s16 field_0x50[2];
|
||||
/* 0x54 */ u8 field_0x54[4];
|
||||
/* 0x50 */ s16 field_0x50[4];
|
||||
/* 0x58 */ f32 field_0x58;
|
||||
/* 0x5C */ f32 field_0x5c;
|
||||
/* 0x60 */ f32 field_0x60;
|
||||
|
||||
Reference in New Issue
Block a user