GRF: Initial support for > 255 road stop specs per GRF
Add new variable for road stop info of nearby tiles Bump roadstops version
This commit is contained in:
@@ -63,7 +63,7 @@ public:
|
||||
static bool IsClassIDValid(Tid cls_id);
|
||||
static NewGRFClass *Get(Tid cls_id);
|
||||
|
||||
static const Tspec *GetByGrf(uint32 grfid, byte local_id, int *index);
|
||||
static const Tspec *GetByGrf(uint32 grfid, uint16 local_id, int *index);
|
||||
};
|
||||
|
||||
#endif /* NEWGRF_CLASS_H */
|
||||
|
Reference in New Issue
Block a user