diff --git a/KAIN2/Game/CAMERA.C b/KAIN2/Game/CAMERA.C index fdfb9921..4cd557d2 100644 --- a/KAIN2/Game/CAMERA.C +++ b/KAIN2/Game/CAMERA.C @@ -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;