town_cmd.c
changeset 1902 5d653da1abb7
parent 1901 fb05044cf5c3
child 1927 4126e0e3e884
--- a/town_cmd.c	Sat Jun 04 11:56:32 2005 +0000
+++ b/town_cmd.c	Sat Jun 04 12:13:24 2005 +0000
@@ -746,7 +746,7 @@
 			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;
 			}
 		}