Skip to content

Commit

Permalink
Yet more changes from Eclipse
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaMKW committed Dec 15, 2024
1 parent 7900658 commit 0266fc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/SMS/MSound/MSound.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -1688,7 +1688,7 @@ public:
bool setRegisterTrackCallback();
void startBeeSe(Vec *, u32);
void startForceJumpSound(Vec *, u32, f32, u32);
void startMarioVoice(u32, s16, u8);
u32 startMarioVoice(u32, s16, u8);
void startSoundActorSpecial(u32, const Vec *, f32, f32, u32, JAISound **, u32, u8);
void startSoundSet(u32, const Vec *, u32, f32, u32, u32, u8);
void startSoundGrp(u32, const Vec *, u32, f32, u32, u32, u8);
Expand Down
2 changes: 1 addition & 1 deletion include/SMS/Map/Map.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public:
bool isInArea(f32 x, f32 z) const;
bool isTouchedOneWall(f32, f32, f32, f32) const;
bool isTouchedOneWallAndMoveXZ(f32 *, f32, f32 *, f32) const;
bool isTouchedWallsAndMoveXZ(f32 *, f32, f32 *, f32) const;
bool isTouchedWallsAndMoveXZ(TBGWallCheckRecord *record) const;
void update();

TMapCollisionData *mCollisionData; // 0x0010
Expand Down

0 comments on commit 0266fc3

Please sign in to comment.