diff options
author | orwell96 <orwell@bleipb.de> | 2020-01-30 13:59:46 +0100 |
---|---|---|
committer | orwell96 <orwell@bleipb.de> | 2021-02-10 16:36:24 +0100 |
commit | aee7f0d4198c441c3dd4cb5d33f488607a1a81a5 (patch) | |
tree | 4a0d1eecb99885e88f3f00c606fffc7d07cd5c00 /advtrains_interlocking/route_prog.lua | |
parent | 119a09b784ad3f3c6bfd327f32164cb099f47f10 (diff) | |
download | advtrains-aee7f0d4198c441c3dd4cb5d33f488607a1a81a5.tar.gz advtrains-aee7f0d4198c441c3dd4cb5d33f488607a1a81a5.tar.bz2 advtrains-aee7f0d4198c441c3dd4cb5d33f488607a1a81a5.zip |
Fix things, rework signal aspect select dialog, transform old aspects on-the-fly
Diffstat (limited to 'advtrains_interlocking/route_prog.lua')
-rw-r--r-- | advtrains_interlocking/route_prog.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/advtrains_interlocking/route_prog.lua b/advtrains_interlocking/route_prog.lua index eadfd93..6abe431 100644 --- a/advtrains_interlocking/route_prog.lua +++ b/advtrains_interlocking/route_prog.lua @@ -112,7 +112,8 @@ route = { next = <sigd>, -- of the next (note: next) TCB on the route locks = {<pts> = "state"} -- route locks of this route segment } - terminal = + terminal = <sigd>, + aspect = <signal aspect>,--note, might change in future } The first item in the TCB path (namely i=0) is always the start signal of this route, so this is left out. |