(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;
|
VarSpriteGroupScope var_scope;
|
||||||
DeterministicSpriteGroupSize size;
|
DeterministicSpriteGroupSize size;
|
||||||
byte num_adjusts;
|
uint num_adjusts;
|
||||||
byte num_ranges;
|
byte num_ranges;
|
||||||
DeterministicSpriteGroupAdjust *adjusts;
|
DeterministicSpriteGroupAdjust *adjusts;
|
||||||
DeterministicSpriteGroupRange *ranges; // Dynamically allocated
|
DeterministicSpriteGroupRange *ranges; // Dynamically allocated
|
||||||
|
Reference in New Issue
Block a user