]> git.tdb.fi Git - r2c2.git/blobdiff - source/libr2c2/trainrouter.h
Avoid arriving too early if there's an unexpected stop on the last route
[r2c2.git] / source / libr2c2 / trainrouter.h
index 457120944627cb29b059e4622b787f2389927578..b56e93281f7ade4c183edc4b3be223e4c5fe2a60 100644 (file)
@@ -43,7 +43,9 @@ private:
        enum ArrivalState
        {
                ON_THE_WAY,
+               WAITING_FOR_SEQUENCE,
                RESERVED_TO_END,
+               ADVANCED_TO_END,
                ARRIVED
        };