(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 7241f42e9d
commit 7be92db76f
1 changed files with 4 additions and 7 deletions

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;