diff options
Diffstat (limited to 'src/code/z_path.c')
| -rw-r--r-- | src/code/z_path.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
