diff options
author | rubidium <rubidium@openttd.org> | 2010-07-16 17:45:34 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-07-16 17:45:34 +0000 |
commit | e809c05099b09bab8f23a4307e0088247478770c (patch) | |
tree | 7d9440f06e05022e329571cb5e22d6294fab6da9 /bin/ai | |
parent | 615e7ce38b49d7b76067115ad8444a18a2c7ee20 (diff) | |
download | openttd-e809c05099b09bab8f23a4307e0088247478770c.tar.xz |
(svn r20164) -Fix [FS#3870]: inconsistencies w.r.t. to km/h vs km-ish/h as "base" unit for aircraft speeds
Diffstat (limited to 'bin/ai')
-rw-r--r-- | bin/ai/regression/regression.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ai/regression/regression.txt b/bin/ai/regression/regression.txt index 524341fc8..bacb6f888 100644 --- a/bin/ai/regression/regression.txt +++ b/bin/ai/regression/regression.txt @@ -4998,7 +4998,7 @@ ERROR: IsEnd() is invalid as Begin() is never called CanRefitCargo(): false GetCapacity(): 25 GetReliability(): 58 - GetMaxSpeed(): 238 + GetMaxSpeed(): 236 GetPrice(): 28710 GetMaxAge(): 7320 GetRunningCost(): 2390 @@ -5016,7 +5016,7 @@ ERROR: IsEnd() is invalid as Begin() is never called CanRefitCargo(): false GetCapacity(): 65 GetReliability(): 95 - GetMaxSpeed(): 238 + GetMaxSpeed(): 236 GetPrice(): 30761 GetMaxAge(): 8784 GetRunningCost(): 2812 @@ -5070,7 +5070,7 @@ ERROR: IsEnd() is invalid as Begin() is never called CanRefitCargo(): false GetCapacity(): 30 GetReliability(): 77 - GetMaxSpeed(): 238 + GetMaxSpeed(): 236 GetPrice(): 30761 GetMaxAge(): 10980 GetRunningCost(): 2756 |