Skip to content

Commit

Permalink
Fix some header inconsistencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaMKW committed Dec 15, 2024
1 parent 717ed9c commit 0be99b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/SMS/Player/Mario.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ public:
virtual u32 moveRequest(const TVec3f &destPosition) override;
virtual void initValues();
virtual void checkReturn();
virtual void checkController();
virtual void checkController(JDrama::TGraphics *);
virtual void playerControl(JDrama::TGraphics *);
virtual void initModel();
virtual void drawSpecial(JDrama::TGraphics *);
Expand Down Expand Up @@ -839,7 +839,7 @@ public:
bool checkStickRotate(int *out);
bool checkSwimJump();
void checkThrowObject();
void checkWallPlane(const Vec &pos, f32 width, f32 height);
void checkWallPlane(Vec *pos, f32 width, f32 height);
void checkWet();
bool considerJumpRotate();
bool considerRotateJumpStart();
Expand Down

0 comments on commit 0be99b4

Please sign in to comment.