Skip to content

Commit

Permalink
Automatic merge of T1.5.1-495-g55f992dcd and 10 pull requests
Browse files Browse the repository at this point in the history
- Pull request #570 at 7269d24: Experimental glTF 2.0 support with PBR lighting
- Pull request #757 at d9d75f4: Unify RailDriver code implementations
- Pull request #799 at dc03850: Consolidated wind simulation
- Pull request #821 at cc3af66: Adds suppression of safety valves
- Pull request #829 at 434af02: Improvements for air brakes #3 - Emergency valves
- Pull request #831 at 9417e1b: poor mans switch panel on tablet
- Pull request #839 at d00beb9: First phase of https://blueprints.launchpad.net/or/+spec/additional-cruise-control-parameters
- Pull request #846 at 98f1c45: Initialize cars before restore
- Pull request #849 at 0d4e3da: Contributed projects and forking clarity
- Pull request #850 at 1605667: Correct output of sound system info
  • Loading branch information
openrails-bot committed Jul 5, 2023
12 parents 77c8ab3 + 55f992d + 7269d24 + d9d75f4 + dc03850 + cc3af66 + 434af02 + 9417e1b + d00beb9 + 98f1c45 + 0d4e3da + 1605667 commit 47885f8
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -128,6 +128,7 @@ public override void Copy(MSTSWagon copy)
/// </summary>
public override void Save(BinaryWriter outf)
{
base.Save(outf);
ControllerFactory.Save(GearBoxController, outf);
outf.Write(ControlGearIndication);
outf.Write(ControlGearIndex);
Expand Down

0 comments on commit 47885f8

Please sign in to comment.