Skip to content

Commit

Permalink
Merge pull request #333 from FedericoMilesi/FX_StartInstanceEffect3
Browse files Browse the repository at this point in the history
[FX]: Update FX_StartInstanceEffect
  • Loading branch information
Gh0stBlade authored Jan 14, 2024
2 parents bdf84b9 + 457e2a9 commit b452795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KAIN2/Game/FX.C
Original file line number Diff line number Diff line change
Expand Up @@ -3305,7 +3305,7 @@ void FX_StartLightbeam(struct _Instance *instance, int startSeg, int endSeg, int
}


void FX_StartInstanceEffect(struct _Instance* instance, struct ObjectEffect* effect, int InitFlag) // Matching - 91.02%
void FX_StartInstanceEffect(struct _Instance* instance, struct ObjectEffect* effect, int InitFlag) // Matching - 98.84%
{
long color;
long numberOfSegments;
Expand Down

0 comments on commit b452795

Please sign in to comment.