From: bones_was_here Date: Fri, 9 Feb 2024 19:28:37 +0000 (+1000) Subject: Q3 compat: implement a 1ms fallback traveltime for all movers X-Git-Url: https://git.xonotic.org/?a=commitdiff_plain;h=df3189e33d9390422360fcaeaa362f874548f86b;hp=df3189e33d9390422360fcaeaa362f874548f86b;p=xonotic%2Fxonotic-data.pk3dir.git Q3 compat: implement a 1ms fallback traveltime for all movers This fixes the doors failing to open on q3df map sdc-uk_08 which uses trigger_multiple -> func_button.speed = -1 -> func_door Buttons trigger targets at the end of their movement and that one didn't move at all. Signed-off-by: bones_was_here ---