summaryrefslogtreecommitdiff
path: root/src/newgrf_spritegroup.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2007-04-21 07:27:16 +0000
committerpeter1138 <peter1138@openttd.org>2007-04-21 07:27:16 +0000
commita112455db412179abe2bace93941ab447725db0a (patch)
tree5b5db094e6d209efdd6fdac082408c6d4169bd91 /src/newgrf_spritegroup.h
parentcc001f112b1d26a536272e21a5990080f30b63b9 (diff)
downloadopenttd-a112455db412179abe2bace93941ab447725db0a.tar.xz
(svn r9707) -Codechange: Add some support for NewGRF var 7D, temporary storage array.
Diffstat (limited to 'src/newgrf_spritegroup.h')
-rw-r--r--src/newgrf_spritegroup.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/newgrf_spritegroup.h b/src/newgrf_spritegroup.h
index e01bc2a9e..fc5fcb514 100644
--- a/src/newgrf_spritegroup.h
+++ b/src/newgrf_spritegroup.h
@@ -60,6 +60,8 @@ enum DeterministicSpriteGroupAdjustOperation {
DSGA_OP_AND, ///< a & b
DSGA_OP_OR, ///< a | b
DSGA_OP_XOR, ///< a ^ b
+ DSGA_OP_STO, ///< store a into temporary storage, indexed by b. return a
+ DSGA_OP_RST, ///< return b
};