forked from mirror/OpenTTD
Change: Extend entity override manager and station spec lists to support 16 bit IDs.
This commit is contained in:
@@ -61,7 +61,7 @@ public:
|
||||
static Tid GetUIClass(uint index);
|
||||
static NewGRFClass *Get(Tid cls_id);
|
||||
|
||||
static const Tspec *GetByGrf(uint32 grfid, byte local_id, int *index);
|
||||
static const Tspec *GetByGrf(uint32 grfid, uint16_t local_id, int *index);
|
||||
};
|
||||
|
||||
#endif /* NEWGRF_CLASS_H */
|
||||
|
Reference in New Issue
Block a user