From 0bb57352a52ba8fa3d361d2f88c2b9063fa71f62 Mon Sep 17 00:00:00 2001 From: engineer124 <47598039+engineer124@users.noreply.github.com> Date: Tue, 25 Jun 2024 10:54:14 +1000 Subject: Animation Cleanup: En_T* (#1522) * anim T cleanup * more cleanup * brackets and floats * small thing * more floats * fix name * fix * format --------- Co-authored-by: angie --- src/code/z_path.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/code/z_path.c') diff --git a/src/code/z_path.c b/src/code/z_path.c index 7b33c1f83..2694d9b1c 100644 --- a/src/code/z_path.c +++ b/src/code/z_path.c @@ -21,7 +21,7 @@ f32 Path_OrientAndGetDistSq(Actor* actor, Path* path, s16 waypoint, s16* yaw) { Vec3s* pointPos; if (path == NULL) { - return -1.0; + return -1.0f; } pointPos = Lib_SegmentedToVirtual(path->points); -- cgit v1.2.3