Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
wyatt-avilla committed Feb 28, 2024
1 parent a17b891 commit 8fc5d7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/melee/it/items/itheart.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ void it_80283BEC(Item_GObj* gobj)
Item* ip = GET_ITEM(gobj);
HeartContainerVars* vars = ip->xC4_article_data->x4_specialAttributes;

ip->x40_vel.x = 0;
ip->x40_vel.x = 0.0F;
ip->x40_vel.y = vars->xDE8_float;
ip->x40_vel.z = 0;
ip->x40_vel.z = 0.0F;
ip->xDD4_itemVar.HeartContainer.xDD4_heal = vars->xDD4_heal;
ip->xDD4_itemVar.HeartContainer.xDD8.bits.b0 = 0;
ip->xDD4_itemVar.HeartContainer.xDD8.bits.b0 = false;
ip->xDD4_itemVar.HeartContainer.xDDC = 0;
it_80283DD4(gobj);
}
Expand Down
2 changes: 1 addition & 1 deletion src/melee/it/items/itheart.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include "it/types.h"

/* 283AE4 */ Item_GObj* it_80283AE4(Item_GObj* gobj, Vec3* pos, s32 arg2);
/* 283BD4 */ void it_80283BD4(Item_GObj* gobj);
/* 283BD4 */ void it_80283BD4(Item_GObj*);
/* 283BEC */ void it_80283BEC(Item_GObj*);
/* 283C48 */ void it_80283C48(Item_GObj*);
/* 283F28 */ void it_80283F28(Item_GObj*);
Expand Down

0 comments on commit 8fc5d7d

Please sign in to comment.