Skip to content

Commit 65c5f7a

Browse files
committed
Fix build
1 parent 456afc9 commit 65c5f7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/game/bosses/boss_7.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ typedef struct {
4141
/* 0x2E */ u8 unk2E[2];
4242
/* 0x2B */ u16 unk30;
4343
/* 0x2B */ s16 unk32;
44-
/* 0x2B */ s16 unk34[4];
44+
/* 0x2B */ u16 unk34[4];
4545
/* 0x2B */ s32 unk3C;
4646
/* 0x30 */ u8 filler40[0x4];
4747
/* 0x2B */ s32 unk44;

0 commit comments

Comments
 (0)