1
0
Fork 0

(svn r22575) -Fix (r22574): Compilation error.

release/1.2
terkhen 2011-06-13 07:01:36 +00:00
parent 7f5612a98f
commit b7b0637a10
1 changed files with 1 additions and 1 deletions

View File

@ -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;