Skip to content

Commit

Permalink
Removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTGL committed Aug 9, 2024
1 parent b23bbfa commit d662cf6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/d/actor/d_a_player_main.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ class daPy_footEffect_c {
dPa_smokeEcallBack* getSmokeCallBack() { return &mSmokeCb; }
dPa_followEcallBack* getOtherCallBack() { return &mFollowCb; }

// Might be incorrect
void setID(s32 id) { mId = id; }
s32 getID() const { return mId; }
void setAngle(csXyz* angle) { mAngle = *angle; }
Expand Down

0 comments on commit d662cf6

Please sign in to comment.