File diff r16330:464dbd0dd833 → r16331:77622ea88835
src/newgrf_industrytiles.cpp
Show inline comments
 
@@ -355,7 +355,7 @@ static void DoTriggerIndustryTile(TileIn
 
	IndustryGfx gfx = GetIndustryGfx(tile);
 
	const IndustryTileSpec *itspec = GetIndustryTileSpec(gfx);
 

	
 
	if (itspec->grf_prop.spritegroup == NULL) return;
 
	if (itspec->grf_prop.spritegroup[0] == NULL) return;
 

	
 
	NewIndustryTileResolver(&object, gfx, tile, ind);