File diff r15609:02b794721f9c → r15610:623a23fb6560
src/table/industry_land.h
Show inline comments
 
@@ -859,13 +859,14 @@ static const DrawIndustryCoordinates _dr
 
	{17, 70},
 
	{14, 69},
 
	{10, 66},
 
	{ 8, 41},
 
};
 

	
 
/** this is ONLY used for Toy Factory.
 
/**
 
 * this is ONLY used for Toy Factory.
 
 * 255 means no drawing
 
 * @param img1 offset from base sprite SPR_IT_SUGAR_MINE_SIEVE
 
 * @param img2 offset from base sprite SPR_IT_SUGAR_MINE_CLOUDS
 
 * @param img3 offset from base sprite SPR_IT_SUGAR_MINE_PILE
 
 */
 
#define MD( img1, img2, img3) { (50 - img1 * 2), img1, img2, img3 }