Skip to content

Commit 22fc107

Browse files
committed
2024-12-28 B
1 parent 7df9fd6 commit 22fc107

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Source/Orts.Simulation/Simulation/Timetables/TTTrain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

Source/RunActivity/Viewer3D/Popups/NextStationWindow.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)