industry_cmd.c
changeset 1980 6c5917cfcb78
parent 1977 37bbebf94434
child 1981 3c9c682f1212
equal deleted inserted replaced
1979:82d8bcc16ce2 1980:6c5917cfcb78
  1553  */
  1553  */
  1554 int32 CmdBuildIndustry(int x, int y, uint32 flags, uint32 p1, uint32 p2)
  1554 int32 CmdBuildIndustry(int x, int y, uint32 flags, uint32 p1, uint32 p2)
  1555 {
  1555 {
  1556 	Town *t;
  1556 	Town *t;
  1557 	Industry *i;
  1557 	Industry *i;
  1558 	TileIndex tile = TILE_FROM_XY(x,y);
  1558 	TileIndex tile = TileVirtXY(x, y);
  1559 	int num;
  1559 	int num;
  1560 	const IndustryTileTable * const *itt;
  1560 	const IndustryTileTable * const *itt;
  1561 	const IndustryTileTable *it;
  1561 	const IndustryTileTable *it;
  1562 	const IndustrySpec *spec;
  1562 	const IndustrySpec *spec;
  1563 
  1563