From b98c0a6584e4382bf606606a2b48d91b443f2e21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre-Xavier=20Labont=C3=A9-Lamoureux?= Date: Sat, 12 Nov 2022 02:08:40 -0500 Subject: [PATCH] Remove declaration for removed function chrTryRunFromTarget --- 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 7f0c7a17f..98979e1d9 100644 --- a/src/include/game/chraction.h +++ b/src/include/game/chraction.h @@ -113,7 +113,6 @@ bool chrTryAttackAmount(struct chrdata *chr, u32 arg1, u32 arg2, u8 arg3, u8 arg bool chrGoToPad(struct chrdata *chr, s32 padnum, u32 goposflags); bool chrGoToPos(struct chrdata *chr, struct coord *pos, u32 goposflags); s32 func0f03aca0(struct chrdata *chr, f32 arg1, u8 arg2); -bool chrTryRunFromTarget(struct chrdata *chr); bool chrGoToCoverProp(struct chrdata *chr); bool chrDropItem(struct chrdata *chr, u32 modelnum, u32 weaponnum); void chrPunchInflictDamage(struct chrdata *chr, s32 damage, s32 range, u8 reverse);