From 6c12444d8589cc4ac3ca1fcbf5e68cd703b0fcf9 Mon Sep 17 00:00:00 2001 From: Dedmen Miller Date: Wed, 11 Jan 2017 22:54:03 +0100 Subject: [PATCH] Fixes #4814 (#4815) Doesn't fix the core issue behind #4814 but it fixes the issue that bothered me so much that i reported this. --- addons/tacticalladder/functions/fnc_cancelTLdeploy.sqf | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/tacticalladder/functions/fnc_cancelTLdeploy.sqf b/addons/tacticalladder/functions/fnc_cancelTLdeploy.sqf index b009028c93..f66dd79a25 100644 --- a/addons/tacticalladder/functions/fnc_cancelTLdeploy.sqf +++ b/addons/tacticalladder/functions/fnc_cancelTLdeploy.sqf @@ -31,6 +31,7 @@ GVAR(ladder) animate ["rotate", 0]; { GVAR(ladder) animate [_x, 0]; + true } count __ANIMS; // remove mouse buttons and hint