summaryrefslogtreecommitdiff
path: root/src/newgrf_spritegroup.h
diff options
context:
space:
mode:
authormaedhros <maedhros@openttd.org>2007-01-12 11:20:34 +0000
committermaedhros <maedhros@openttd.org>2007-01-12 11:20:34 +0000
commit4ae861880bda8a0882db1a6bd1e82cff003248a6 (patch)
treeb908ffc45eacd441ee01360329e463991af50290 /src/newgrf_spritegroup.h
parent5afd50017de25527e0d3334e9515e82a0299fe31 (diff)
downloadopenttd-4ae861880bda8a0882db1a6bd1e82cff003248a6.tar.xz
(svn r8075) -Feature: Add support for variable 7E - subroutines. (peter1138)
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 f77b6009d..836032882 100644
--- a/src/newgrf_spritegroup.h
+++ b/src/newgrf_spritegroup.h
@@ -69,6 +69,7 @@ typedef struct DeterministicSpriteGroupAdjust {
uint32 and_mask;
uint32 add_val;
uint32 divmod_val;
+ const SpriteGroup *subroutine;
} DeterministicSpriteGroupAdjust;