(svn r1785) -Fix: space-correctness in road_cmd.c, and one wrong line from last
commit (tnx to DarkVater)
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user