newgrf_spritegroup.h
changeset 4056 7899dc230a12
parent 3893 ced26054ee00
child 4057 863fce30596d
equal deleted inserted replaced
4055:582a469d6c5c 4056:7899dc230a12
   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;