summaryrefslogtreecommitdiff
path: root/src/unmovable.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/unmovable.h')
-rw-r--r--src/unmovable.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/unmovable.h b/src/unmovable.h
index 366889a7d..eaffe4dab 100644
--- a/src/unmovable.h
+++ b/src/unmovable.h
@@ -18,11 +18,10 @@
/**
* Update the CompanyHQ to the state associated with the given score
- * @param c The company to (possibly) update the HQ of.
+ * @param tile The (northern) tile of the company HQ, or INVALID_TILE.
* @param score The current (performance) score of the company.
- * @pre c != NULL
*/
-void UpdateCompanyHQ(Company *c, uint score);
+void UpdateCompanyHQ(TileIndex tile, uint score);
/**
* Actually build the unmovable object.