Skip to content

Commit

Permalink
fix on spell error
Browse files Browse the repository at this point in the history
  • Loading branch information
MokhaLeee committed Jul 24, 2024
1 parent 030171d commit f8c77a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Wizardry/Core/BattleSys/Source/BattleOrder.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ bool CheckCanTwiceAttackOrder(struct BattleUnit * actor, struct BattleUnit * tar
if (basic_judgement == false && BattleSkillTester(actor, SID_PassionsFlow))
{
struct SupportBonuses bonuses;
if (GetUnitSupportBonuses(GetUnit(actor->unit.index), bonuses) != 0)
if (GetUnitSupportBonuses(GetUnit(actor->unit.index), &bonuses) != 0)
{
gBattleTemporaryFlag.act_force_twice_order = true;
RegisterBattleOrderSkill(SID_PassionsFlow, BORDER_ACT_TWICE);
Expand Down

0 comments on commit f8c77a4

Please sign in to comment.