Fix manual switching on regular track switches.

master
Gabriel Pérez-Cerezo 2020-09-14 16:51:43 +02:00
parent 61009bf00d
commit 1a743c2dd6
1 changed files with 8 additions and 8 deletions

View File

@ -58,7 +58,7 @@ advtrains.ap.t_30deg_flat={
conns = conns3(0,8,7),
desc = "left switch (straight)",
trackworker = "swrst",
switchalt = "swlcr",
switchalt = "cr",
switchmc = "on",
switchst = "st",
switchprefix = "swl",
@ -67,7 +67,7 @@ advtrains.ap.t_30deg_flat={
conns = conns3(0,7,8),
desc = "left switch (curve)",
trackworker = "swrcr",
switchalt = "swlst",
switchalt = "st",
switchmc = "off",
switchst = "cr",
switchprefix = "swl",
@ -76,7 +76,7 @@ advtrains.ap.t_30deg_flat={
conns = conns3(0,8,9),
desc = "right switch (straight)",
trackworker = "st",
switchalt = "swrcr",
switchalt = "cr",
switchmc = "on",
switchst = "st",
switchprefix = "swr",
@ -85,7 +85,7 @@ advtrains.ap.t_30deg_flat={
conns = conns3(0,9,8),
desc = "right switch (curve)",
trackworker = "st",
switchalt = "swrst",
switchalt = "st",
switchmc = "off",
switchst = "cr",
switchprefix = "swr",
@ -227,7 +227,7 @@ advtrains.ap.t_45deg={
conns = conns3(0,8,6),
desc = "left switch (straight)",
trackworker = "swrst",
switchalt = "swlcr",
switchalt = "cr",
switchmc = "on",
switchst = "st",
},
@ -235,7 +235,7 @@ advtrains.ap.t_45deg={
conns = conns3(0,6,8),
desc = "left switch (curve)",
trackworker = "swrcr",
switchalt = "swlst",
switchalt = "st",
switchmc = "off",
switchst = "cr",
},
@ -243,7 +243,7 @@ advtrains.ap.t_45deg={
conns = conns3(0,8,10),
desc = "right switch (straight)",
trackworker = "st",
switchalt = "swrcr",
switchalt = "cr",
switchmc = "on",
switchst = "st",
},
@ -251,7 +251,7 @@ advtrains.ap.t_45deg={
conns = conns3(0,10,8),
desc = "right switch (curve)",
trackworker = "st",
switchalt = "swrst",
switchalt = "st",
switchmc = "off",
switchst = "cr",
},