~gpcf/advtrains

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[PATCH] fix mis-patched 90+60r crossing conns

Maverick2797 <cozhull97@gmail.com>
Details
Message ID
<20210110131800.17458-1-cozhull97@gmail.com>
DKIM signature
missing
Download raw message
Patch: +1 -1
---
 advtrains/tracks.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/advtrains/tracks.lua b/advtrains/tracks.lua
index 13623a5..7037244 100644
--- a/advtrains/tracks.lua
+++ b/advtrains/tracks.lua
@@ -307,7 +307,7 @@ advtrains.ap.t_90plusx_crossing={
			trackworker = "60r",
		},
		["60r"]={
			conns = { {c=0}, {c=8}, {c=7}, {c=13} },
			conns = { {c=0}, {c=8}, {c=5}, {c=13} },
			desc = "60/90 degree crossing (right)",
			tpdouble = true,
			tpsingle = true,
-- 
2.30.0
Reply to thread Export thread (mbox)