equal
deleted
inserted
replaced
813 static void ClickTile_Industry(TileIndex tile) |
813 static void ClickTile_Industry(TileIndex tile) |
814 { |
814 { |
815 ShowIndustryViewWindow(GetIndustryIndex(tile)); |
815 ShowIndustryViewWindow(GetIndustryIndex(tile)); |
816 } |
816 } |
817 |
817 |
818 static uint32 GetTileTrackStatus_Industry(TileIndex tile, TransportType mode, uint sub_mode, DiagDirection side) |
818 static TrackStatus GetTileTrackStatus_Industry(TileIndex tile, TransportType mode, uint sub_mode, DiagDirection side) |
819 { |
819 { |
820 return 0; |
820 return 0; |
821 } |
821 } |
822 |
822 |
823 static void GetProducedCargo_Industry(TileIndex tile, CargoID *b) |
823 static void GetProducedCargo_Industry(TileIndex tile, CargoID *b) |