(svn r2971) - Newgrf: Support loading VarAction2 parameter for variables 0x60-0x7F. This parameter isn't used yet.

This commit is contained in:
peter1138
2005-09-22 20:58:14 +00:00
parent e380abec97
commit eeeeecb030
2 changed files with 4 additions and 0 deletions

View File

@@ -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;