diff options
author | rubidium <rubidium@openttd.org> | 2013-06-11 05:04:49 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2013-06-11 05:04:49 +0000 |
commit | bfdc7fe558d3835297b2ebb757fc99c5c8815629 (patch) | |
tree | 1c84eeb95d26f77f603deced62728d8a5c22673b /bin/ai | |
parent | 1c995a3faa44057dcefa7869d2fa41650090a8c6 (diff) | |
download | openttd-bfdc7fe558d3835297b2ebb757fc99c5c8815629.tar.xz |
(svn r25392) -Fix (r25390): update regression to account for the compatability settings
Diffstat (limited to 'bin/ai')
-rw-r--r-- | bin/ai/regression/regression.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/ai/regression/regression.txt b/bin/ai/regression/regression.txt index 9ca055ea5..86463a9bb 100644 --- a/bin/ai/regression/regression.txt +++ b/bin/ai/regression/regression.txt @@ -877,7 +877,7 @@ ERROR: IsEnd() is invalid as Begin() is never called GetName(): Wooden rail bridge GetMaxSpeed(): 32 GetPrice(): 450 - GetMaxLength(): 102 + GetMaxLength(): 66 GetMinLength(): 2 Bridge 1 IsValidBridge(): true @@ -905,14 +905,14 @@ ERROR: IsEnd() is invalid as Begin() is never called GetName(): Steel suspension rail bridge GetMaxSpeed(): 96 GetPrice(): 1042 - GetMaxLength(): 102 + GetMaxLength(): 66 GetMinLength(): 5 Bridge 5 IsValidBridge(): true GetName(): Steel suspension rail bridge GetMaxSpeed(): 112 GetPrice(): 1081 - GetMaxLength(): 102 + GetMaxLength(): 66 GetMinLength(): 5 Bridge 6 IsValidBridge(): true @@ -1012,9 +1012,9 @@ ERROR: IsEnd() is invalid as Begin() is never called 1 => 630 0 => 450 MaxLength ListDump: - 5 => 102 - 4 => 102 - 0 => 102 + 5 => 66 + 4 => 66 + 0 => 66 3 => 12 8 => 11 7 => 10 |