summaryrefslogtreecommitdiff
path: root/newgrf_spritegroup.h
diff options
context:
space:
mode:
Diffstat (limited to 'newgrf_spritegroup.h')
-rw-r--r--newgrf_spritegroup.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/newgrf_spritegroup.h b/newgrf_spritegroup.h
index 471299abb..ad3507a5f 100644
--- a/newgrf_spritegroup.h
+++ b/newgrf_spritegroup.h
@@ -165,6 +165,8 @@ typedef struct ResolverObject {
uint32 reseed;
VarSpriteGroupScope scope;
+ bool info_view; ///< Indicates if the item is being drawn in an info window
+
union {
struct {
const struct Vehicle *self;