X-Git-Url: http://git.tdb.fi/?p=r2c2.git;a=blobdiff_plain;f=source%2Flibr2c2%2Ftrainrouter.cpp;h=fec97823ab73659ed19977a0db228b613fa9c12d;hp=0885bd2861d1e8c81eff3cc8b1f6d415fa8cee22;hb=de531756626e0d2b16fec47ff28708aef6b2e12e;hpb=d607c5454e63ac9be1384419a0ec5d561859c2a3 diff --git a/source/libr2c2/trainrouter.cpp b/source/libr2c2/trainrouter.cpp index 0885bd2..fec9782 100644 --- a/source/libr2c2/trainrouter.cpp +++ b/source/libr2c2/trainrouter.cpp @@ -276,12 +276,7 @@ void TrainRouter::block_reserved(Block &block, Train *t) SequencePoint &sp = sequence_points.front(); if(sp.preceding_train==t && sp.block==&block) - { - if(sp.is_cleared()) - train.stop_at(0); - else - sequence_check_pending = true; - } + sequence_check_pending = true; return; }