]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Q3 compat: implement a 1ms fallback traveltime for all movers
authorbones_was_here <bones_was_here@xonotic.au>
Fri, 9 Feb 2024 19:28:37 +0000 (05:28 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Fri, 9 Feb 2024 19:58:20 +0000 (05:58 +1000)
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 <bones_was_here@xonotic.au>

No differences found