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
 
@@ -130,25 +130,25 @@ struct ObjectResolverObject : public Res
 
				if (tsr != NULL) return tsr;
 
				/* FALL-THROUGH */
 
			}
 

	
 
			default: return ResolverObject::GetScope(scope, relative);
 
		}
 
	}
 

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

	
 
void DrawNewObjectTile(TileInfo *ti, const ObjectSpec *spec);
 
void DrawNewObjectTileInGUI(int x, int y, const ObjectSpec *spec, uint8 view);
 
void AnimateNewObjectTile(TileIndex tile);
 
void TriggerObjectTileAnimation(Object *o, TileIndex tile, ObjectAnimationTrigger trigger, const ObjectSpec *spec);
 
void TriggerObjectAnimation(Object *o, ObjectAnimationTrigger trigger, const ObjectSpec *spec);
0 comments (0 inline, 0 general)