File diff r1213:669b5bbfb6c5 → r1214:2ed99b1b4b97
road_cmd.c
Show inline comments
 
@@ -23,13 +23,13 @@ void RoadVehEnterDepot(Vehicle *v);
 

	
 
static bool HasTileRoadAt(uint tile, int i)
 
{
 
	int mask;
 
	byte b;
 

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

	
 
		if ((b & 0xF0) == 0) {
 
		} else if ((b & 0xF0) == 0x10) {
 
			b = (b&8)?5:10;