diff options
Diffstat (limited to 'src/newgrf_spritegroup.h')
-rw-r--r-- | src/newgrf_spritegroup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/newgrf_spritegroup.h b/src/newgrf_spritegroup.h index 80d4588a2..232382cba 100644 --- a/src/newgrf_spritegroup.h +++ b/src/newgrf_spritegroup.h @@ -357,6 +357,7 @@ struct ResolverObject { struct { const struct Object *o; ///< The object the callback is ran for. TileIndex tile; ///< The tile related to the object. + uint8 view; ///< The view of the object. } object; } u; |