Skip to content

Commit

Permalink
Merge pull request #656 from FedericoMilesi/MON_FleeEntry
Browse files Browse the repository at this point in the history
[MONSTER]: Update MON_FleeEntry
  • Loading branch information
FedericoMilesi authored Feb 2, 2024
2 parents b442bce + 15ac691 commit c0de07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KAIN2/Game/MONSTER/MONSTER.C
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,7 @@ void MON_Idle(struct _Instance *instance)
UNIMPLEMENTED();
}

void MON_FleeEntry(struct _Instance* instance)//Matching - 95.23%
void MON_FleeEntry(struct _Instance* instance) // Matching - 100%
{
struct _MonsterVars* mv;

Expand Down

0 comments on commit c0de07d

Please sign in to comment.