diff options
author | Johannes E. Krause <j.k@eclipso.de> | 2018-09-29 13:26:44 +0200 |
---|---|---|
committer | Michael Lutz <michi@icosahedron.de> | 2018-09-30 20:45:41 +0200 |
commit | 662dcc3c31bbdbf26b09c74fb29c4286c80de9c4 (patch) | |
tree | 2cdd11a00f2e04325f6c38fe9ce59966a38c2d08 /bin | |
parent | 060248a422a02e4ba7e50b0e4cd7dc30eea414fd (diff) | |
download | openttd-662dcc3c31bbdbf26b09c74fb29c4286c80de9c4.tar.xz |
Fix #6920: Make 9.8m/s^2 a common constant for TE-calculation
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ai/regression/tst_regression/result.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ai/regression/tst_regression/result.txt b/bin/ai/regression/tst_regression/result.txt index 4aa95d075..210cf2696 100644 --- a/bin/ai/regression/tst_regression/result.txt +++ b/bin/ai/regression/tst_regression/result.txt @@ -1292,7 +1292,7 @@ ERROR: IsEnd() is invalid as Begin() is never called GetRunningCost(): 820 GetPower(): 300 GetWeight(): 47 - GetMaxTractiveEffort(): 139 + GetMaxTractiveEffort(): 136 GetVehicleType(): 0 GetRailType(): 0 GetRoadType(): -1 @@ -1436,7 +1436,7 @@ ERROR: IsEnd() is invalid as Begin() is never called GetRunningCost(): 1968 GetPower(): 1000 GetWeight(): 131 - GetMaxTractiveEffort(): 388 + GetMaxTractiveEffort(): 381 GetVehicleType(): 0 GetRailType(): 0 GetRoadType(): -1 @@ -1454,7 +1454,7 @@ ERROR: IsEnd() is invalid as Begin() is never called GetRunningCost(): 2296 GetPower(): 1200 GetWeight(): 162 - GetMaxTractiveEffort(): 480 + GetMaxTractiveEffort(): 471 GetVehicleType(): 0 GetRailType(): 0 GetRoadType(): -1 |