File diff r7848:705b74bab657 → r7849:cfd99cb69695
src/industry_cmd.cpp
Show inline comments
 
@@ -38,6 +38,7 @@
 
#include "newgrf_callbacks.h"
 
#include "misc/autoptr.hpp"
 
#include "autoslope.h"
 
#include "transparency.h"
 

	
 
void ShowIndustryViewWindow(int industry);
 
void BuildOilRig(TileIndex tile);
 
@@ -310,9 +311,9 @@ static void DrawTile_Industry(TileInfo *
 
			dits->height,
 
			dits->dz,
 
			ti->z,
 
			HASBIT(_transparent_opt, TO_INDUSTRIES));
 
			IsTransparencySet(TO_INDUSTRIES));
 

	
 
		if (HASBIT(_transparent_opt, TO_INDUSTRIES)) return;
 
		if (IsTransparencySet(TO_INDUSTRIES)) return;
 
	}
 

	
 
	{