mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-12-24 13:21:23 +01:00
Allow turnout id 0
This commit is contained in:
parent
c58a126dfc
commit
e7fb3648b0
@ -450,7 +450,7 @@ RMFT2::RMFT2(int progCtr) {
|
|||||||
invert=false;
|
invert=false;
|
||||||
timeoutFlag=false;
|
timeoutFlag=false;
|
||||||
stackDepth=0;
|
stackDepth=0;
|
||||||
onTurnoutId=0; // Not handling an ONTHROW/ONCLOSE
|
onTurnoutId=-1; // Not handling an ONTHROW/ONCLOSE
|
||||||
|
|
||||||
// chain into ring of RMFTs
|
// chain into ring of RMFTs
|
||||||
if (loopTask==NULL) {
|
if (loopTask==NULL) {
|
||||||
|
Loading…
Reference in New Issue
Block a user