diff options
author | yexo <yexo@openttd.org> | 2009-05-28 17:34:54 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2009-05-28 17:34:54 +0000 |
commit | d7b0aa47c5dc27184cbdcfffe31963ffa26b7ac1 (patch) | |
tree | 06bee820647fb841c0e7b15048f6d8a011448ff9 /bin/ai | |
parent | 91fe6f5e1396bd7df569947e32b709f599a5728f (diff) | |
download | openttd-d7b0aa47c5dc27184cbdcfffe31963ffa26b7ac1.tar.xz |
(svn r16456) -Fix (r16429): forgot to update regression test
Diffstat (limited to 'bin/ai')
-rw-r--r-- | bin/ai/regression/regression.txt | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/bin/ai/regression/regression.txt b/bin/ai/regression/regression.txt index c6745d056..0e162c0e0 100644 --- a/bin/ai/regression/regression.txt +++ b/bin/ai/regression/regression.txt @@ -1070,17 +1070,17 @@ GetAutoRenewStatus(); false SetAutoRenewStatus(true); true GetAutoRenewStatus(); true - SetAutoRenewStatus(true); false + SetAutoRenewStatus(true); true SetAutoRenewStatus(false); true GetAutoRenewMonths(); 6 SetAutoRenewMonths(-12); true GetAutoRenewMonths(); -12 - SetAutoRenewMonths(-12); false + SetAutoRenewMonths(-12); true SetAutoRenewMonths(6); true GetAutoRenewMoney(); 100000 SetAutoRenewMoney(200000); true GetAutoRenewMoney(); 200000 - SetAutoRenewMoney(200000); false + SetAutoRenewMoney(200000); true SetAutoRenewMoney(100000); true --Engine-- @@ -8359,7 +8359,7 @@ GetNumWagons(): 3 GetLength(): 24 GetWagonEngineType(): 9 - GetWagonAge(): 0 + GetWagonAge(): 1 GetWagonEngineType(): 27 GetWagonAge(): 0 GetWagonEngineType(): 27 @@ -8395,11 +8395,11 @@ 14 => 1 12 => 1 Age ListDump: - 17 => 0 - 16 => 0 - 14 => 0 - 13 => 0 - 12 => 0 + 17 => 1 + 16 => 1 + 14 => 1 + 13 => 1 + 12 => 1 MaxAge ListDump: 16 => 10980 14 => 10980 @@ -8407,11 +8407,11 @@ 13 => 5490 12 => 5490 AgeLeft ListDump: - 16 => 10980 - 14 => 10980 - 17 => 7320 - 13 => 5490 - 12 => 5490 + 16 => 10979 + 14 => 10979 + 17 => 7319 + 13 => 5489 + 12 => 5489 CurrentSpeed ListDump: 12 => 21 17 => 0 @@ -8429,7 +8429,7 @@ 16 => 0 14 => 0 13 => 0 - 12 => 0 + 12 => -1 ProfitLastYear ListDump: 17 => 0 16 => 0 |