From c3531afe7509921d4f4ab8d344875650dfa5c53a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre-Xavier=20Labont=C3=A9-Lamoureux?= Date: Sat, 12 Nov 2022 02:15:07 -0500 Subject: [PATCH] Remove declaration for removed function chrGetLateralDistanceToPad --- src/include/game/chraction.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/include/game/chraction.h b/src/include/game/chraction.h index ccffbbb88..c7bb7edf7 100644 --- a/src/include/game/chraction.h +++ b/src/include/game/chraction.h @@ -295,7 +295,6 @@ f32 chrGetDistanceToPad(struct chrdata *chr, s32 pad_id); f32 chrGetSquaredDistanceToPad(struct chrdata *chr, s32 pad_id); f32 chrGetDistanceToCoord(struct chrdata *chr, struct coord *pos); f32 chrGetSquaredLateralDistanceToCoord(struct chrdata *chr, struct coord *pos); -f32 chrGetLateralDistanceToPad(struct chrdata *chr, s32 pad_id); f32 chrGetSquaredDistanceToCoord(struct chrdata *chr, struct coord *pos); f32 coordGetSquaredDistanceToCoord(struct coord *a, struct coord *b); s32 chrGetPadRoom(struct chrdata *chr, s32 pad_id);