Skip to content

Commit

Permalink
Correct spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
peternewell committed Nov 6, 2021
1 parent 78c046c commit 46b388f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1838,7 +1838,7 @@ public override void Update(float elapsedClockSeconds)
if (TendersSteamLocomotive.IsTenderRequired == 1)
{
// Combined total water found by taking the current combined water (which may have extra water added via the auxiliary tender), and subtracting the
// amount of water defined in the ENG file, and adding the water defiend in the WAG file.
// amount of water defined in the ENG file, and adding the water defined in the WAG file.
float TempMaxCombinedWater = TendersSteamLocomotive.MaxTotalCombinedWaterVolumeUKG;
TendersSteamLocomotive.MaxTotalCombinedWaterVolumeUKG = (TempMaxCombinedWater - (Kg.ToLb(TendersSteamLocomotive.MaxLocoTenderWaterMassKG) / WaterLBpUKG)) + (Kg.ToLb(TenderWagonMaxWaterMassKG) / WaterLBpUKG);

Expand Down

0 comments on commit 46b388f

Please sign in to comment.