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)
1838
1838
if ( TendersSteamLocomotive . IsTenderRequired == 1 )
1839
1839
{
1840
1840
// 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.
1842
1842
float TempMaxCombinedWater = TendersSteamLocomotive . MaxTotalCombinedWaterVolumeUKG ;
1843
1843
TendersSteamLocomotive . MaxTotalCombinedWaterVolumeUKG = ( TempMaxCombinedWater - ( Kg . ToLb ( TendersSteamLocomotive . MaxLocoTenderWaterMassKG ) / WaterLBpUKG ) ) + ( Kg . ToLb ( TenderWagonMaxWaterMassKG ) / WaterLBpUKG ) ;
1844
1844
You can’t perform that action at this time.
0 commit comments