train timetable rewind fix

This commit is contained in:
tmj-fstate
2018-04-21 14:38:02 +02:00
parent 6349a13425
commit beede90885
4 changed files with 82 additions and 84 deletions

View File

@@ -77,7 +77,7 @@ class TTrainParameters
bool IsTimeToGo(double hh, double mm);
bool UpdateMTable(double hh, double mm, std::string const &NewName);
bool UpdateMTable( simulation_time const &Time, std::string const &NewName );
void RewindTimeTable( std::string actualStationName );
bool RewindTimeTable( std::string actualStationName );
TTrainParameters( std::string const &NewTrainName );
void NewName(std::string const &NewTrainName);
void UpdateVelocity(int StationCount, double vActual);