Changeset - r17780:c9b404f2ace3
[Not reviewed]
master
0 1 0
terkhen - 13 years ago 2011-06-13 07:01:36
terkhen@openttd.org
(svn r22575) -Fix (r22574): Compilation error.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/newgrf_commons.h
Show inline comments
 
@@ -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;
 

	
0 comments (0 inline, 0 general)