Skip to content

Commit dd5f7ab

Browse files
committed
Automatic merge of T1.5.1-969-g2319f7f14 and 14 pull requests
- Pull request #799 at dfc715e: Consolidated wind simulation - Pull request #839 at d00beb9: First phase of https://blueprints.launchpad.net/or/+spec/additional-cruise-control-parameters - Pull request #876 at f92de76: docs: add source for documents previously on website to source Documentation folder - Pull request #882 at 482929a: Blueprint/train car operations UI window - Pull request #891 at 9a1d6b2: Auto save - Pull request #892 at 1f5ba4c: Signal Function OPP_SIG_ID_TRAINPATH - Pull request #896 at 5866028: First implementation of https://blueprints.launchpad.net/or/+spec/specific-sounds-for-ai-trains - Pull request #900 at c27f32d: DMI updates - Pull request #903 at 4742fa3: Downloading route content (Github, zip) - Pull request #912 at 0cb07c2: New Triple Valve Features Vol. 2 - Pull request #919 at 26cc6a8: Added mouse wheel support for controls which can be moved by pressing t… - Pull request #922 at abe2e52: Autopilot for timetable mode - Pull request #923 at 4c27204: Add curve squeal to route - Pull request #943 at 7eebedc: Cab View Dynamic Brakes Indication Fix
16 parents d9e182e + 2319f7f + dfc715e + d00beb9 + f92de76 + 482929a + 9a1d6b2 + 1f5ba4c + 5866028 + c27f32d + 4742fa3 + 0cb07c2 + 26cc6a8 + abe2e52 + 4c27204 + 7eebedc commit dd5f7ab

File tree

73 files changed

+202
-262
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+202
-262
lines changed

Source/Orts.Simulation/Simulation/RollingStocks/MSTSLocomotive.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5223,7 +5223,7 @@ public virtual float GetDataOf(CabViewControl cvc)
52235223
break;
52245224
}
52255225

5226-
case CABViewControlTypes.ORTS_WATER_SCOOP:
5226+
case CABViewControlTypes.ORTS_WATER_SCOOP:
52275227
data = WaterScoopDown ? 1 : 0;
52285228
break;
52295229

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)