File diff r1213:669b5bbfb6c5 → r1214:2ed99b1b4b97
road_cmd.c
Show inline comments
 
@@ -26,7 +26,7 @@ static bool HasTileRoadAt(uint tile, int
 
	int mask;
 
	byte b;
 

	
 
	switch (TileType(tile)) {
 
	switch (GetTileType(tile)) {
 
	case MP_STREET:
 
		b = _map5[tile];