mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-09-19 23:05:01 +00:00
Change: [NewGRF] Remove airport tile ID hole at 0xFF
Airport tiles have no special values that need to be avoided.
This commit is contained in:
committed by
Peter Nelson
parent
1b1a16c53b
commit
c3ee8ac11b
@@ -278,8 +278,6 @@ public:
|
||||
|
||||
struct AirportTileSpec;
|
||||
class AirportTileOverrideManager : public OverrideManagerBase {
|
||||
protected:
|
||||
bool CheckValidNewID(uint16_t testid) override { return testid != 0xFF; }
|
||||
public:
|
||||
AirportTileOverrideManager(uint16_t offset, uint16_t maximum, uint16_t invalid) :
|
||||
OverrideManagerBase(offset, maximum, invalid) {}
|
||||
|
||||
Reference in New Issue
Block a user