1
0
Fork 0

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

release/1.2
frosch 2011-08-06 13:17:18 +00:00
parent 0625c9007f
commit f0b723ebaa
1 changed files with 1 additions and 1 deletions

View File

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