File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Orts.Simulation/Simulation/Timetables Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -15376,7 +15376,7 @@ public enum rqannoucetype
1537615376 public rqannoucetype anntype; // required announcement type for player train (for set down)
1537715377 public bool stopannounced; // announcement has been done
1537815378 public bool stopskipped; // stop skipped for player train
15379- public bool displayRQSInfo // display request stop information in NextStationWindow (for player train)
15379+ public bool displayRQSInfo; // display request stop information in NextStationWindow (for player train)
1538015380
1538115381 //================================================================================================//
1538215382 /// <summary>
Original file line number Diff line number Diff line change @@ -482,6 +482,7 @@ public override void PrepareFrame(ElapsedTime elapsedTime, bool updateFull)
482482 Message . Color = Color . LightGreen ;
483483 }
484484 else if ( playerTimetableTrain . StationStops [ 0 ] . ReqStopDetails . pickupSet )
485+ {
485486 Message . Text = Viewer . Catalog . GetString ( "Request stop : stop required to pick up" ) ;
486487 Message . Color = Color . LightGreen ;
487488 }
You can’t perform that action at this time.
0 commit comments