X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Ftimetable.h;h=3385a8eeaf97de6a3142d868a436d01d0125f22e;hb=b652dfb998dd416d26f909798e58964ef84eda11;hp=f3d62399e09b11a1e3d03843470229e957bb1e6b;hpb=e8d2abb48b5236cc3455a035628292ae7908240e;p=r2c2.git diff --git a/source/libr2c2/timetable.h b/source/libr2c2/timetable.h index f3d6239..3385a8e 100644 --- a/source/libr2c2/timetable.h +++ b/source/libr2c2/timetable.h @@ -73,6 +73,7 @@ private: std::list rows; std::list::iterator current_row; bool update_pending; + bool sync_to_clock; public: Timetable(Train &);