1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-12-23 12:51:24 +01:00

Allow turnout id 0

This commit is contained in:
Asbelos 2022-04-29 19:33:44 +01:00
parent c58a126dfc
commit e7fb3648b0

View File

@ -450,7 +450,7 @@ RMFT2::RMFT2(int progCtr) {
invert=false;
timeoutFlag=false;
stackDepth=0;
onTurnoutId=0; // Not handling an ONTHROW/ONCLOSE
onTurnoutId=-1; // Not handling an ONTHROW/ONCLOSE
// chain into ring of RMFTs
if (loopTask==NULL) {