mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-06-28 08:00:14 +01:00
(svn r22575) -Fix (r22574): Compilation error.
This commit is contained in:
parent
7f5612a98f
commit
b7b0637a10
@ -185,7 +185,7 @@ public:
|
||||
void Add(uint8 local_id, uint32 grfid, uint entity_type);
|
||||
virtual uint16 AddEntityID(byte grf_local_id, uint32 grfid, byte substitute_id);
|
||||
|
||||
uint16 GetGRFID(uint16 entity_id) const;
|
||||
uint32 GetGRFID(uint16 entity_id) const;
|
||||
uint16 GetSubstituteID(uint16 entity_id) const;
|
||||
virtual uint16 GetID(uint8 grf_local_id, uint32 grfid) const;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user