JPN build fix, remove nonmatching comments

This commit is contained in:
LagoLunatic
2025-04-12 23:27:17 -04:00
parent 780d4e680a
commit 4ac105c02d
7 changed files with 11 additions and 13 deletions
-1
View File
@@ -145,7 +145,6 @@ static daObjHat_c::MoveFunc_t moveProc[] = {
/* 0000073C-00000884 .text _execute__10daObjHat_cFv */
BOOL daObjHat_c::_execute() {
(this->*moveProc[mState])();
f32 xspeed = mMoveNorm.x * speedF;
f32 yspeed = speed.y + gravity;