newgrf_spritegroup.h
changeset 4056 30ceffc75059
parent 3893 46169364701b
child 4057 36ceb8e7cbd2
equal deleted inserted replaced
4055:2507869fbafe 4056:30ceffc75059
   163 	byte trigger;
   163 	byte trigger;
   164 	uint32 last_value;
   164 	uint32 last_value;
   165 	uint32 reseed;
   165 	uint32 reseed;
   166 	VarSpriteGroupScope scope;
   166 	VarSpriteGroupScope scope;
   167 
   167 
       
   168 	bool info_view; ///< Indicates if the item is being drawn in an info window
       
   169 
   168 	union {
   170 	union {
   169 		struct {
   171 		struct {
   170 			const struct Vehicle *self;
   172 			const struct Vehicle *self;
   171 			const struct Vehicle *parent;
   173 			const struct Vehicle *parent;
   172 		} vehicle;
   174 		} vehicle;