From b7b0637a10f1137ed33fdcf8d026b837b9a07ee4 Mon Sep 17 00:00:00 2001 From: terkhen Date: Mon, 13 Jun 2011 07:01:36 +0000 Subject: [PATCH] (svn r22575) -Fix (r22574): Compilation error. --- src/newgrf_commons.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/newgrf_commons.h b/src/newgrf_commons.h index e38111371c..52622a44dd 100644 --- a/src/newgrf_commons.h +++ b/src/newgrf_commons.h @@ -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;