(svn r22723) -Fix: Do not restrict AdvVarAct2 to 255 operations.

pull/155/head
frosch 13 years ago
parent 360f7fbaea
commit 1e0ac7f232

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

Loading…
Cancel
Save