summaryrefslogtreecommitdiff
path: root/regression
diff options
context:
space:
mode:
authorPatric Stout <truebrain@openttd.org>2021-01-06 22:37:57 +0100
committerGitHub <noreply@github.com>2021-01-06 22:37:57 +0100
commit28c13ec90fbdc55d27d31652d31a48198b5d2492 (patch)
tree7cf25f74e7fc4a70e712ff758756cb004336bcec /regression
parenta4e34e824c481a7d3390c2739146192ac827533e (diff)
downloadopenttd-28c13ec90fbdc55d27d31652d31a48198b5d2492.tar.xz
Fix #8168: allow relocating of HQ partial over existing HQ (#8510)
Just in case you want to move it SLIGHTLY to the right.
Diffstat (limited to 'regression')
-rw-r--r--regression/regression/main.nut2
1 files changed, 1 insertions, 1 deletions
diff --git a/regression/regression/main.nut b/regression/regression/main.nut
index 0434524d2..5eb65b08f 100644
--- a/regression/regression/main.nut
+++ b/regression/regression/main.nut
@@ -426,7 +426,7 @@ function Regression::Company()
print(" GetCompanyHQ(): " + AICompany.GetCompanyHQ(AICompany.COMPANY_SELF));
print(" BuildCompanyHQ(): " + AICompany.BuildCompanyHQ(AIMap.GetTileIndex(129, 129)));
print(" GetCompanyHQ(): " + AICompany.GetCompanyHQ(AICompany.COMPANY_SELF));
- print(" BuildCompanyHQ(): " + AICompany.BuildCompanyHQ(AIMap.GetTileIndex(129, 128)));
+ print(" BuildCompanyHQ(): " + AICompany.BuildCompanyHQ(AIMap.GetTileIndex(239, 76)));
print(" GetLastErrorString(): " + AIError.GetLastErrorString());
print(" GetAutoRenewStatus(); " + AICompany.GetAutoRenewStatus(AICompany.COMPANY_SELF));
print(" SetAutoRenewStatus(true); " + AICompany.SetAutoRenewStatus(true));