Skip to content

Commit

Permalink
Fix other sync issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronB-Hub committed Sep 22, 2024
1 parent e801ede commit 27950e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/melee/it/items/itfoxblaster.c
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ void it_802AEB00(Item_GObj* item_gobj)
(item->xDB4_itcmd_var2 |
(item->xDAC_itcmd_var0 | item->xDB0_itcmd_var1))) != 0)
{
Item_80268E5C((HSD_GObj*) item_gobj, 0xA,
Item_80268E5C(item_gobj, 0xA,
ITEM_ANIM_UPDATE); // Uses the last state in the Item
// table (the second -1 id state)
} else {
Expand All @@ -790,10 +790,10 @@ void it_802AEB00(Item_GObj* item_gobj)
ftKb_SpecialNFx_800FDD4C(item->xDD4_itemVar.foxblaster.owner);
break;
}
Item_80268E5C((HSD_GObj*) item_gobj, it_803F6E68[ft_special_state],
Item_80268E5C(item_gobj, it_803F6E68[ft_special_state],
ITEM_ANIM_UPDATE);
}
Item_802694CC((HSD_GObj*) item_gobj);
Item_802694CC(item_gobj);
}

// /// @brief Clear the references from the blaster item and fighter to each
Expand Down

0 comments on commit 27950e4

Please sign in to comment.