mirror of https://github.com/OpenTTD/OpenTTD
(svn r22723) -Fix: Do not restrict AdvVarAct2 to 255 operations.
parent
0625c9007f
commit
f0b723ebaa
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue