Change: Extend entity override manager and station spec lists to support 16 bit IDs.

This commit is contained in:
2023-04-17 23:19:30 +01:00
committed by PeterN
parent e5c9a3e527
commit 912eb68981
10 changed files with 30 additions and 25 deletions

View File

@@ -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 */