From 139a26fccce1e622d58f1673284e2addfb0d1ed2 Mon Sep 17 00:00:00 2001 From: orwell96 Date: Wed, 25 Apr 2018 16:38:12 +0200 Subject: Bugfixes part 1 There's something wrong with the new paths, next time build a path validity checker to trace the issue --- advtrains/trainhud.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'advtrains/trainhud.lua') diff --git a/advtrains/trainhud.lua b/advtrains/trainhud.lua index e48e3e4..26af2a1 100644 --- a/advtrains/trainhud.lua +++ b/advtrains/trainhud.lua @@ -60,7 +60,7 @@ function advtrains.on_control_change(pc, train, flip) end act=true else - train.movedir = -train.movedir + --train.movedir = -train.movedir end end if pc.left then -- cgit v1.2.3