diff -r 582a469d6c5c -r 7899dc230a12 newgrf_spritegroup.h --- a/newgrf_spritegroup.h Thu Jun 22 21:03:19 2006 +0000 +++ b/newgrf_spritegroup.h Thu Jun 22 21:15:27 2006 +0000 @@ -165,6 +165,8 @@ uint32 reseed; VarSpriteGroupScope scope; + bool info_view; ///< Indicates if the item is being drawn in an info window + union { struct { const struct Vehicle *self;