GRF: Use access mask when evaluating get nearby tile information variable
This commit is contained in:
@@ -295,7 +295,7 @@ extern ObjectOverrideManager _object_mngr;
|
||||
|
||||
uint32 GetTerrainType(TileIndex tile, TileContext context = TCX_NORMAL);
|
||||
TileIndex GetNearbyTile(byte parameter, TileIndex tile, bool signed_offsets = true, Axis axis = INVALID_AXIS);
|
||||
uint32 GetNearbyTileInformation(TileIndex tile, bool grf_version8);
|
||||
uint32 GetNearbyTileInformation(TileIndex tile, bool grf_version8, uint32 mask);
|
||||
uint32 GetCompanyInfo(CompanyID owner, const struct Livery *l = nullptr);
|
||||
CommandCost GetErrorMessageFromLocationCallbackResult(uint16 cb_res, const GRFFile *grffile, StringID default_error);
|
||||
|
||||
|
Reference in New Issue
Block a user