Skip to content

Commit 47e9955

Browse files
committed
Tweaks in response to review
1 parent ba3c47f commit 47e9955

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Source/Documentation/Manual/physics.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ Resistive Forces
4040
----------------
4141

4242
Open Rails physics calculates resistance based on real world principles:
43-
gravity, mass, rolling resistance, and curve resistance. This is calculated
44-
individually for each car in the train.
43+
gravity, mass, wind, rolling resistance, and curve resistance. This is
44+
calculated individually for each car in the train.
4545

4646
The program supports a few methods for determining rolling resistance.
4747
The oldest method, intended only to support legacy content, uses the

Source/Orts.Simulation/Simulation/RollingStocks/MSTSWagon.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ public virtual void LoadFromWagFile(string wagFilePath)
710710
{
711711
if (ortsFreightAnim.ShapeFileName != null && !File.Exists(wagonFolderSlash + ortsFreightAnim.ShapeFileName))
712712
{
713-
Trace.TraceWarning("ORTS FreightAnim in trainset {0} references non-existent shape {1}", file, wagonFolderSlash + ortsFreightAnim.ShapeFileName);
713+
Trace.TraceWarning("ORTS FreightAnim in trainset {0} references non-existent shape {1}", shortPath, wagonFolderSlash + ortsFreightAnim.ShapeFileName);
714714
ortsFreightAnim.ShapeFileName = null;
715715
}
716716

0 commit comments

Comments
 (0)