summaryrefslogtreecommitdiff
path: root/town_cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'town_cmd.c')
-rw-r--r--town_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/town_cmd.c b/town_cmd.c
index cea348909..4b13be7b6 100644
--- a/town_cmd.c
+++ b/town_cmd.c
@@ -746,7 +746,7 @@ static int GrowTownAtRoad(Town *t, uint tile)
else if (_game_mode == GM_EDITOR) {
/* If we are in the SE, and this road-piece has no town owner yet, it just found an
* owner :) (happy happy happy road now) */
- _map_owner[tile] = OWNER_TOWN;
+ SetTileOwner(tile, OWNER_TOWN);
_map2[tile] = t->index;
}
}