File diff r6590:a70d870a012b → r6591:56d27ba364f1
src/road_cmd.cpp
Show inline comments
 
@@ -725,7 +725,7 @@ static void DrawRoadBits(TileInfo* ti)
 
	}
 

	
 
	/* Return if full detail is disabled, or we are zoomed fully out. */
 
	if (!(_display_opt & DO_FULL_DETAIL) || _cur_dpi->zoom == 2) return;
 
	if (!HASBIT(_display_opt, DO_FULL_DETAIL) || _cur_dpi->zoom == 2) return;
 

	
 
	/* Draw extra details. */
 
	for (drts = _road_display_table[roadside][road]; drts->image != 0; drts++) {