mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-31 11:23:21 +00:00
(svn r25392) -Fix (r25390): update regression to account for the compatability settings
This commit is contained in:
parent
1c995a3faa
commit
bfdc7fe558
@ -877,7 +877,7 @@ ERROR: IsEnd() is invalid as Begin() is never called
|
|||||||
GetName(): Wooden rail bridge
|
GetName(): Wooden rail bridge
|
||||||
GetMaxSpeed(): 32
|
GetMaxSpeed(): 32
|
||||||
GetPrice(): 450
|
GetPrice(): 450
|
||||||
GetMaxLength(): 102
|
GetMaxLength(): 66
|
||||||
GetMinLength(): 2
|
GetMinLength(): 2
|
||||||
Bridge 1
|
Bridge 1
|
||||||
IsValidBridge(): true
|
IsValidBridge(): true
|
||||||
@ -905,14 +905,14 @@ ERROR: IsEnd() is invalid as Begin() is never called
|
|||||||
GetName(): Steel suspension rail bridge
|
GetName(): Steel suspension rail bridge
|
||||||
GetMaxSpeed(): 96
|
GetMaxSpeed(): 96
|
||||||
GetPrice(): 1042
|
GetPrice(): 1042
|
||||||
GetMaxLength(): 102
|
GetMaxLength(): 66
|
||||||
GetMinLength(): 5
|
GetMinLength(): 5
|
||||||
Bridge 5
|
Bridge 5
|
||||||
IsValidBridge(): true
|
IsValidBridge(): true
|
||||||
GetName(): Steel suspension rail bridge
|
GetName(): Steel suspension rail bridge
|
||||||
GetMaxSpeed(): 112
|
GetMaxSpeed(): 112
|
||||||
GetPrice(): 1081
|
GetPrice(): 1081
|
||||||
GetMaxLength(): 102
|
GetMaxLength(): 66
|
||||||
GetMinLength(): 5
|
GetMinLength(): 5
|
||||||
Bridge 6
|
Bridge 6
|
||||||
IsValidBridge(): true
|
IsValidBridge(): true
|
||||||
@ -1012,9 +1012,9 @@ ERROR: IsEnd() is invalid as Begin() is never called
|
|||||||
1 => 630
|
1 => 630
|
||||||
0 => 450
|
0 => 450
|
||||||
MaxLength ListDump:
|
MaxLength ListDump:
|
||||||
5 => 102
|
5 => 66
|
||||||
4 => 102
|
4 => 66
|
||||||
0 => 102
|
0 => 66
|
||||||
3 => 12
|
3 => 12
|
||||||
8 => 11
|
8 => 11
|
||||||
7 => 10
|
7 => 10
|
||||||
|
Loading…
Reference in New Issue
Block a user