File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Source/Orts.Simulation/Simulation/RollingStocks Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1838,7 +1838,7 @@ public override void Update(float elapsedClockSeconds)
18381838 if ( TendersSteamLocomotive . IsTenderRequired == 1 )
18391839 {
18401840 // Combined total water found by taking the current combined water (which may have extra water added via the auxiliary tender), and subtracting the
1841- // amount of water defined in the ENG file, and adding the water defiend in the WAG file.
1841+ // amount of water defined in the ENG file, and adding the water defined in the WAG file.
18421842 float TempMaxCombinedWater = TendersSteamLocomotive . MaxTotalCombinedWaterVolumeUKG ;
18431843 TendersSteamLocomotive . MaxTotalCombinedWaterVolumeUKG = ( TempMaxCombinedWater - ( Kg . ToLb ( TendersSteamLocomotive . MaxLocoTenderWaterMassKG ) / WaterLBpUKG ) ) + ( Kg . ToLb ( TenderWagonMaxWaterMassKG ) / WaterLBpUKG ) ;
18441844
You can’t perform that action at this time.
0 commit comments