(svn r22723) -Fix: Do not restrict AdvVarAct2 to 255 operations.
This commit is contained in:
@@ -197,7 +197,7 @@ struct DeterministicSpriteGroup : SpriteGroup {
|
||||
|
||||
VarSpriteGroupScope var_scope;
|
||||
DeterministicSpriteGroupSize size;
|
||||
byte num_adjusts;
|
||||
uint num_adjusts;
|
||||
byte num_ranges;
|
||||
DeterministicSpriteGroupAdjust *adjusts;
|
||||
DeterministicSpriteGroupRange *ranges; // Dynamically allocated
|
||||
|
Reference in New Issue
Block a user