diff options
author | frosch <frosch@openttd.org> | 2010-05-23 14:59:29 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2010-05-23 14:59:29 +0000 |
commit | 135d3683dc40c34a6065660032e85dc7a2424d3e (patch) | |
tree | 1b654fcbf8ff3fe564fceabc49538dabc912c8f1 /bin/ai/regression/regression.txt | |
parent | ae560aeb8b38bc32b05f9af7e3230de712ee5b5c (diff) | |
download | openttd-135d3683dc40c34a6065660032e85dc7a2424d3e.tar.xz |
(svn r19887) -Fix (r19881): Update regression.
Diffstat (limited to 'bin/ai/regression/regression.txt')
-rw-r--r-- | bin/ai/regression/regression.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ai/regression/regression.txt b/bin/ai/regression/regression.txt index 1ec5543a2..0c86ae6b6 100644 --- a/bin/ai/regression/regression.txt +++ b/bin/ai/regression/regression.txt @@ -7095,7 +7095,7 @@ ERROR: IsEnd() is invalid as Begin() is never called IsBuoyTile(): false IsLockTile(): false IsCanalTile(): false - GetBankBalance(): 480703 + GetBankBalance(): 479851 BuildWaterDepot(): true BuildDock(): true BuildBuoy(): true @@ -7108,7 +7108,7 @@ ERROR: IsEnd() is invalid as Begin() is never called IsBuoyTile(): true IsLockTile(): true IsCanalTile(): true - GetBankBalance(): 462359 + GetBankBalance(): 461507 --AIWaypointList(BUOY)-- Count(): 1 @@ -7127,7 +7127,7 @@ ERROR: IsEnd() is invalid as Begin() is never called IsBuoyTile(): false IsLockTile(): false IsCanalTile(): false - GetBankBalance(): 456964 + GetBankBalance(): 456112 BuildWaterDepot(): true BuildDock(): true |