Skip to content

Commit

Permalink
Fix type discrepancy
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaMKW committed Jul 10, 2024
1 parent 9671167 commit d15f9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SMS/System/MarDirector.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public:

void moveStage();
void updateGameMode();
void nextStateInitialize(s8);
void nextStateInitialize(u8);
void setMario();
void currentStateFinalize(u8);
s32 changeState();
Expand Down

0 comments on commit d15f9bb

Please sign in to comment.