summaryrefslogtreecommitdiff
path: root/src/newgrf_spritegroup.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-12-10 21:32:52 +0000
committerrubidium <rubidium@openttd.org>2010-12-10 21:32:52 +0000
commit5d0da9492e2c8f296f2689e3174e8d9832c7872d (patch)
treee271e6d6d625d0c5eea4ba0a9ef8ae4ca360923f /src/newgrf_spritegroup.h
parentcd6180a46d0f15f66f170fc89886980e7a49dab7 (diff)
downloadopenttd-5d0da9492e2c8f296f2689e3174e8d9832c7872d.tar.xz
(svn r21454) -Codechange: add support for object variable 48
Diffstat (limited to 'src/newgrf_spritegroup.h')
-rw-r--r--src/newgrf_spritegroup.h1
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;