Skip to content

Commit

Permalink
change float assignment based on address in it_80292EF8
Browse files Browse the repository at this point in the history
  • Loading branch information
wyatt-avilla committed Mar 22, 2024
1 parent 0b30308 commit e1a2d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/melee/it/items/itfflower.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ void it_80292EAC(Item_GObj* gobj)

void it_80292EF8(Vec3* vec)
{
vec->x = 0.0F;
vec->x = -1.0F;
vec->y = 5.5F;
vec->z = 2.5F;
}
Expand Down

0 comments on commit e1a2d2b

Please sign in to comment.