(svn r1785) -Fix: space-correctness in road_cmd.c, and one wrong line from last

commit (tnx to DarkVater)
This commit is contained in:
truelight
2005-02-04 14:05:28 +00:00
parent 40323bbce2
commit c7eda1b15e

View File

@@ -967,9 +967,6 @@ static void TileLoop_Road(uint tile)
return;
if (((_map3_hi[tile] & 0x70) >> 4) < 6) {
if(_map_owner[tile] == OWNER_TOWN)
t = GetTown(_map2[tile]);
else
t = ClosestTownFromTile(tile, (uint)-1);
grp = 0;