Skip to content

Commit

Permalink
forgot one bool
Browse files Browse the repository at this point in the history
  • Loading branch information
z64a committed Oct 23, 2024
1 parent 46ca55b commit a4f592f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/common_structs.h
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ typedef struct StatusBar {
/* 0x4D */ b8 fpBlinking;
/* 0x4E */ s8 fpBlinkAnimTime;
/* 0x4F */ s8 fpBlinkTimeLeft;
/* 0x50 */ s8 starPowerBlinking;
/* 0x50 */ b8 starPowerBlinking;
/* 0x51 */ s8 starPowerBlinkCounter;
/* 0x52 */ b8 starpointsBlinking;
/* 0x53 */ s8 starpointsBlinkAnimTime;
Expand Down

0 comments on commit a4f592f

Please sign in to comment.