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

commit (tnx to DarkVater)
pull/155/head
truelight 20 years ago
parent 40323bbce2
commit c7eda1b15e

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

Loading…
Cancel
Save