diff options
author | terkhen <terkhen@openttd.org> | 2010-04-25 21:07:04 +0000 |
---|---|---|
committer | terkhen <terkhen@openttd.org> | 2010-04-25 21:07:04 +0000 |
commit | 2e5b09471d3f147cf77672ad7d37838fc8c7307a (patch) | |
tree | b4338f71d758513b988d114ecc9230a2a42f5736 /bin/ai/regression/regression.txt | |
parent | 0107562a8603960daf8eac2084b17b7b563abbd0 (diff) | |
download | openttd-2e5b09471d3f147cf77672ad7d37838fc8c7307a.tar.xz |
(svn r19728) -Fix (r19720, r19721): Update regression test due to different costs.
Diffstat (limited to 'bin/ai/regression/regression.txt')
-rw-r--r-- | bin/ai/regression/regression.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ai/regression/regression.txt b/bin/ai/regression/regression.txt index effd50a78..9aeb8705e 100644 --- a/bin/ai/regression/regression.txt +++ b/bin/ai/regression/regression.txt @@ -7106,7 +7106,7 @@ ERROR: IsEnd() is invalid as Begin() is never called IsBuoyTile(): true IsLockTile(): true IsCanalTile(): true - GetBankBalance(): 451154 + GetBankBalance(): 462359 --AIWaypointList(BUOY)-- Count(): 1 @@ -7125,7 +7125,7 @@ ERROR: IsEnd() is invalid as Begin() is never called IsBuoyTile(): false IsLockTile(): false IsCanalTile(): false - GetBankBalance(): 428509 + GetBankBalance(): 456964 BuildWaterDepot(): true BuildDock(): true |