From 77888b85a24a089416e86748b35c1f14ec834393 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Thu, 22 Sep 2005 20:58:14 +0000 Subject: (svn r2971) - Newgrf: Support loading VarAction2 parameter for variables 0x60-0x7F. This parameter isn't used yet. --- sprite.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sprite.h') 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; -- cgit v1.2.3-54-g00ecf