src/newgrf_spritegroup.h
changeset 9750 7114408dd1fa
parent 9111 48ce04029fe4
equal deleted inserted replaced
9749:ad943e548576 9750:7114408dd1fa
   216 
   216 
   217 	bool info_view; ///< Indicates if the item is being drawn in an info window
   217 	bool info_view; ///< Indicates if the item is being drawn in an info window
   218 
   218 
   219 	BaseStorageArray *psa; ///< The persistent storage array of this resolved object.
   219 	BaseStorageArray *psa; ///< The persistent storage array of this resolved object.
   220 
   220 
       
   221 	const GRFFile *grffile; ///< GRFFile the resolved SpriteGroup belongs to
       
   222 
   221 	union {
   223 	union {
   222 		struct {
   224 		struct {
   223 			const struct Vehicle *self;
   225 			const struct Vehicle *self;
   224 			const struct Vehicle *parent;
   226 			const struct Vehicle *parent;
   225 			EngineID self_type;
   227 			EngineID self_type;