Skip to content

Commit

Permalink
Merge pull request #1633 from Gh0stBlade/SplineGetNextPointDC
Browse files Browse the repository at this point in the history
[CAMERA]: Update SplineGetNextPointDC
  • Loading branch information
FedericoMilesi authored Apr 21, 2024
2 parents ad8ad63 + 1aa0488 commit aebcec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KAIN2/Game/CAMERA.C
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ void CAMERA_Restore(struct Camera* camera, long restore) // Matching - 100%
}
}

struct _SVector* SplineGetNextPointDC(struct Spline* spline, struct SplineDef* def)
struct _SVector* SplineGetNextPointDC(struct Spline* spline, struct SplineDef* def) // Matching - 100%
{
static struct _SVector point;

Expand Down

0 comments on commit aebcec1

Please sign in to comment.