(svn r20341) -Codechange: pass the tile of the HQ instead of the company to UpdateCompanyHQ

This commit is contained in:
rubidium
2010-08-03 12:36:40 +00:00
parent 1c86321d35
commit 92ac2e485b
3 changed files with 6 additions and 9 deletions

View File

@@ -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.