Skip to content

Commit

Permalink
Merge pull request #604 from FedericoMilesi/STREAM_AdjustMultiSpline
Browse files Browse the repository at this point in the history
[STREAM]: Update STREAM_AdjustMultiSpline
  • Loading branch information
FedericoMilesi authored Jan 31, 2024
2 parents 4fc4949 + 3e6c196 commit 3927223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions KAIN2/Game/STREAM.C
Original file line number Diff line number Diff line change
Expand Up @@ -2239,11 +2239,11 @@ void RelocateSFXMarkers(struct _SFXMkr* sfxMkrList, int numSFXMkrs, struct _SVec
}
}

void STREAM_AdjustMultiSpline(struct MultiSpline* multi, struct _SVector* offset)
void STREAM_AdjustMultiSpline(struct MultiSpline* multi, struct _SVector* offset) // Matching - 100%
{
int i;

if (multi->positional != NULL && multi->positional->numkeys > 0)
if (multi->positional != NULL)
{
for (i = 0; i < multi->positional->numkeys; i++)
{
Expand Down

0 comments on commit 3927223

Please sign in to comment.