Update src/game/behaviors/king_bobomb.inc.c

Co-authored-by: thecozies <79979276+thecozies@users.noreply.github.com>
This commit is contained in:
Arceveti
2021-09-30 12:35:46 -07:00
committed by GitHub
parent a8fd8c5172
commit 83e727400e

View File

@@ -224,7 +224,7 @@ void king_bobomb_act_5(void) { // bobomb returns home
if (o->oPosY < o->oHomeY)
o->oVelY = 100.0f;
else {
arc_to_goal_pos(&o->oPosVec, &o->oPosVec, 100.0f, -4.0f);
arc_to_goal_pos(&o->oHomeX, &o->oPosVec, 100.0f, -4.0f);
o->oSubAction++;
}
break;