(svn r14169) -Codechange: rename location_of_house for location_of_HQ, which is more exact and less subject to interpretation

This commit is contained in:
belugas
2008-08-25 16:10:34 +00:00
parent 7b632aa8aa
commit de43d17a82
7 changed files with 18 additions and 18 deletions

View File

@@ -3956,7 +3956,7 @@ static void AiBuildCompanyHQ(Player *p)
{
TileIndex tile;
if (p->location_of_house == 0 &&
if (p->location_of_HQ == 0 &&
p->last_build_coordinate != 0) {
tile = AdjustTileCoordRandomly(p->last_build_coordinate, 8);
DoCommand(tile, 0, 0, DC_EXEC | DC_AUTO | DC_NO_WATER, CMD_BUILD_COMPANY_HQ);