(svn r8075) -Feature: Add support for variable 7E - subroutines. (peter1138)

This commit is contained in:
maedhros
2007-01-12 11:20:34 +00:00
parent d073693827
commit 129326425b
3 changed files with 18 additions and 2 deletions

View File

@@ -69,6 +69,7 @@ typedef struct DeterministicSpriteGroupAdjust {
uint32 and_mask;
uint32 add_val;
uint32 divmod_val;
const SpriteGroup *subroutine;
} DeterministicSpriteGroupAdjust;