GRF: Initial support for > 255 objects per GRF
This commit is contained in:
@@ -317,7 +317,7 @@ struct GRFFile : ZeroedMemoryAllocator {
|
||||
struct HouseSpec **housespec;
|
||||
struct IndustrySpec **industryspec;
|
||||
struct IndustryTileSpec **indtspec;
|
||||
struct ObjectSpec **objectspec;
|
||||
std::vector<struct ObjectSpec *> objectspec;
|
||||
struct AirportSpec **airportspec;
|
||||
struct AirportTileSpec **airtspec;
|
||||
struct RoadStopSpec **roadstops;
|
||||
|
Reference in New Issue
Block a user