aboutsummaryrefslogtreecommitdiff
path: root/advtrains/nodedb.lua
diff options
context:
space:
mode:
authororwell <orwell@bleipb.de>2023-10-15 16:40:10 +0200
committerorwell <orwell@bleipb.de>2023-10-15 16:40:10 +0200
commitea074b2a3378c1b79d37d0dd94947ebbaf8ece32 (patch)
treef8dce610bf888a3c107aef6d75201415e6d2b250 /advtrains/nodedb.lua
parent2067ab0a90550b2fc513e032d4c4e54dd11a2290 (diff)
downloadadvtrains-ea074b2a3378c1b79d37d0dd94947ebbaf8ece32.tar.gz
advtrains-ea074b2a3378c1b79d37d0dd94947ebbaf8ece32.tar.bz2
advtrains-ea074b2a3378c1b79d37d0dd94947ebbaf8ece32.zip
Re-implement point origin handling (replace old points_split hack by proper solution)
Diffstat (limited to 'advtrains/nodedb.lua')
-rw-r--r--advtrains/nodedb.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/advtrains/nodedb.lua b/advtrains/nodedb.lua
index d903be7..ff07df4 100644
--- a/advtrains/nodedb.lua
+++ b/advtrains/nodedb.lua
@@ -264,7 +264,7 @@ end
--get_node with pseudoload. now we only need track data, so we can use the trackdb as second fallback
--nothing new will be saved inside the trackdb.
--returns:
---true, conn1, conn2, rely1, rely2, railheight in case everything's right.
+--true, conns, railheight, connmap in case everything's right.
--false if it's not a rail or the train does not drive on this rail, but it is loaded or
--nil if the node is neither loaded nor in trackdb
--the distraction between false and nil will be needed only in special cases.(train initpos)