summaryrefslogtreecommitdiff
path: root/sprite.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2005-09-22 20:58:14 +0000
committerpeter1138 <peter1138@openttd.org>2005-09-22 20:58:14 +0000
commit77888b85a24a089416e86748b35c1f14ec834393 (patch)
treefc9564c2cee3147802ad3541aa3e08df242f3e30 /sprite.h
parentcab56117ca3f2e1ec7931892546007b8d97b268c (diff)
downloadopenttd-77888b85a24a089416e86748b35c1f14ec834393.tar.xz
(svn r2971) - Newgrf: Support loading VarAction2 parameter for variables 0x60-0x7F. This parameter isn't used yet.
Diffstat (limited to 'sprite.h')
-rw-r--r--sprite.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sprite.h b/sprite.h
index 68c7848d1..67dce1612 100644
--- a/sprite.h
+++ b/sprite.h
@@ -70,6 +70,7 @@ typedef struct DeterministicSpriteGroup {
// Take this variable:
VarSpriteGroupScope var_scope;
byte variable;
+ byte parameter; ///< Used for variables between 0x60 and 0x7F inclusive.
// Do this with it:
byte shift_num;