mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-01 11:59:26 +00:00
(svn r16456) -Fix (r16429): forgot to update regression test
This commit is contained in:
parent
91fe6f5e13
commit
d7b0aa47c5
@ -1070,17 +1070,17 @@
|
|||||||
GetAutoRenewStatus(); false
|
GetAutoRenewStatus(); false
|
||||||
SetAutoRenewStatus(true); true
|
SetAutoRenewStatus(true); true
|
||||||
GetAutoRenewStatus(); true
|
GetAutoRenewStatus(); true
|
||||||
SetAutoRenewStatus(true); false
|
SetAutoRenewStatus(true); true
|
||||||
SetAutoRenewStatus(false); true
|
SetAutoRenewStatus(false); true
|
||||||
GetAutoRenewMonths(); 6
|
GetAutoRenewMonths(); 6
|
||||||
SetAutoRenewMonths(-12); true
|
SetAutoRenewMonths(-12); true
|
||||||
GetAutoRenewMonths(); -12
|
GetAutoRenewMonths(); -12
|
||||||
SetAutoRenewMonths(-12); false
|
SetAutoRenewMonths(-12); true
|
||||||
SetAutoRenewMonths(6); true
|
SetAutoRenewMonths(6); true
|
||||||
GetAutoRenewMoney(); 100000
|
GetAutoRenewMoney(); 100000
|
||||||
SetAutoRenewMoney(200000); true
|
SetAutoRenewMoney(200000); true
|
||||||
GetAutoRenewMoney(); 200000
|
GetAutoRenewMoney(); 200000
|
||||||
SetAutoRenewMoney(200000); false
|
SetAutoRenewMoney(200000); true
|
||||||
SetAutoRenewMoney(100000); true
|
SetAutoRenewMoney(100000); true
|
||||||
|
|
||||||
--Engine--
|
--Engine--
|
||||||
@ -8359,7 +8359,7 @@
|
|||||||
GetNumWagons(): 3
|
GetNumWagons(): 3
|
||||||
GetLength(): 24
|
GetLength(): 24
|
||||||
GetWagonEngineType(): 9
|
GetWagonEngineType(): 9
|
||||||
GetWagonAge(): 0
|
GetWagonAge(): 1
|
||||||
GetWagonEngineType(): 27
|
GetWagonEngineType(): 27
|
||||||
GetWagonAge(): 0
|
GetWagonAge(): 0
|
||||||
GetWagonEngineType(): 27
|
GetWagonEngineType(): 27
|
||||||
@ -8395,11 +8395,11 @@
|
|||||||
14 => 1
|
14 => 1
|
||||||
12 => 1
|
12 => 1
|
||||||
Age ListDump:
|
Age ListDump:
|
||||||
17 => 0
|
17 => 1
|
||||||
16 => 0
|
16 => 1
|
||||||
14 => 0
|
14 => 1
|
||||||
13 => 0
|
13 => 1
|
||||||
12 => 0
|
12 => 1
|
||||||
MaxAge ListDump:
|
MaxAge ListDump:
|
||||||
16 => 10980
|
16 => 10980
|
||||||
14 => 10980
|
14 => 10980
|
||||||
@ -8407,11 +8407,11 @@
|
|||||||
13 => 5490
|
13 => 5490
|
||||||
12 => 5490
|
12 => 5490
|
||||||
AgeLeft ListDump:
|
AgeLeft ListDump:
|
||||||
16 => 10980
|
16 => 10979
|
||||||
14 => 10980
|
14 => 10979
|
||||||
17 => 7320
|
17 => 7319
|
||||||
13 => 5490
|
13 => 5489
|
||||||
12 => 5490
|
12 => 5489
|
||||||
CurrentSpeed ListDump:
|
CurrentSpeed ListDump:
|
||||||
12 => 21
|
12 => 21
|
||||||
17 => 0
|
17 => 0
|
||||||
@ -8429,7 +8429,7 @@
|
|||||||
16 => 0
|
16 => 0
|
||||||
14 => 0
|
14 => 0
|
||||||
13 => 0
|
13 => 0
|
||||||
12 => 0
|
12 => -1
|
||||||
ProfitLastYear ListDump:
|
ProfitLastYear ListDump:
|
||||||
17 => 0
|
17 => 0
|
||||||
16 => 0
|
16 => 0
|
||||||
|
Loading…
Reference in New Issue
Block a user