Changeset - r20833:1e58b6394fb5
[Not reviewed]
master
0 1 0
planetmaker - 11 years ago 2013-10-17 21:41:59
planetmaker@openttd.org
(svn r25877) -Doc: A bit too much c&p in comment
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/newgrf_object.h
Show inline comments
 
@@ -136,13 +136,13 @@ struct ObjectResolverObject : public Res
 
	}
 

	
 
private:
 
	TownScopeResolver *GetTown();
 
};
 

	
 
/** Struct containing information relating to station classes. */
 
/** Struct containing information relating to object classes. */
 
typedef NewGRFClass<ObjectSpec, ObjectClassID, OBJECT_CLASS_MAX> ObjectClass;
 

	
 
/** Mapping of purchase for objects. */
 
static const CargoID CT_PURCHASE_OBJECT = 1;
 

	
 
uint16 GetObjectCallback(CallbackID callback, uint32 param1, uint32 param2, const ObjectSpec *spec, Object *o, TileIndex tile, uint8 view = 0);
0 comments (0 inline, 0 general)