From 6aa72c1bddb2e568375fe340905247123986b949 Mon Sep 17 00:00:00 2001 From: Mark Date: Thu, 22 Mar 2018 22:12:00 +0100 Subject: [PATCH] Fix axe --- planet/Objects.ocd/Items.ocd/Tools.ocd/Axe.ocd/Script.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planet/Objects.ocd/Items.ocd/Tools.ocd/Axe.ocd/Script.c b/planet/Objects.ocd/Items.ocd/Tools.ocd/Axe.ocd/Script.c index 1b6753b96..f8a08f646 100644 --- a/planet/Objects.ocd/Items.ocd/Tools.ocd/Axe.ocd/Script.c +++ b/planet/Objects.ocd/Items.ocd/Tools.ocd/Axe.ocd/Script.c @@ -376,7 +376,7 @@ func FxAxeStrikeStopStart(pTarget, effect, iTemp) func FxAxeStrikeStopStop(pTarget, effect, iCause, iTemp) { - if(iTemp) return; + if (iTemp) return; pTarget->PopActionSpeed("Walk"); movement_effect = nil;