From 76ed7f180e393857f0a425e276cc8e58f321953a Mon Sep 17 00:00:00 2001 From: fgsfds Date: Sun, 13 Aug 2023 19:42:51 +0200 Subject: [PATCH] port: padoffsets are actually u16 --- src/include/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/types.h b/src/include/types.h index 09027d877..4cb023529 100644 --- a/src/include/types.h +++ b/src/include/types.h @@ -2841,7 +2841,7 @@ struct padsfileheader { s32 waypointsoffset; s32 waygroupsoffset; s32 coversoffset; - s16 padoffsets[1]; + u16 padoffsets[1]; }; struct stagesetup {