diff options
author | Jonathan G Rennison <j.g.rennison@gmail.com> | 2018-08-14 21:05:47 +0100 |
---|---|---|
committer | Michael Lutz <michi@icosahedron.de> | 2018-08-14 22:05:47 +0200 |
commit | df92a056dffd9fa2a765246da10442717f459c7f (patch) | |
tree | 96f4c19fad1278b0fe496cf88cedb3eaf63e9aa4 /bin | |
parent | d839526365e66b0846366807e2e697358819751c (diff) | |
download | openttd-df92a056dffd9fa2a765246da10442717f459c7f.tar.xz |
Fix #6875: Depot building cost does not include foundation build cost (#6883)
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ai/regression/tst_regression/result.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ai/regression/tst_regression/result.txt b/bin/ai/regression/tst_regression/result.txt index f91a8780c..4aa95d075 100644 --- a/bin/ai/regression/tst_regression/result.txt +++ b/bin/ai/regression/tst_regression/result.txt @@ -7253,7 +7253,7 @@ ERROR: IsEnd() is invalid as Begin() is never called IsBuoyTile(): false IsLockTile(): false IsCanalTile(): false - GetBankBalance(): 479851 + GetBankBalance(): 479664 BuildWaterDepot(): true BuildDock(): true BuildBuoy(): true @@ -7266,7 +7266,7 @@ ERROR: IsEnd() is invalid as Begin() is never called IsBuoyTile(): true IsLockTile(): true IsCanalTile(): true - GetBankBalance(): 465257 + GetBankBalance(): 465070 --AIWaypointList(BUOY)-- Count(): 1 @@ -7285,7 +7285,7 @@ ERROR: IsEnd() is invalid as Begin() is never called IsBuoyTile(): false IsLockTile(): false IsCanalTile(): false - GetBankBalance(): 459862 + GetBankBalance(): 459675 BuildWaterDepot(): true BuildDock(): true |