Skip to content

Commit

Permalink
port: padoffsets are actually u16
Browse files Browse the repository at this point in the history
  • Loading branch information
fgsfdsfgs committed Aug 13, 2023
1 parent 6750bd9 commit 76ed7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -2841,7 +2841,7 @@ struct padsfileheader {
s32 waypointsoffset;
s32 waygroupsoffset;
s32 coversoffset;
s16 padoffsets[1];
u16 padoffsets[1];
};

struct stagesetup {
Expand Down

0 comments on commit 76ed7f1

Please sign in to comment.