diff options
Diffstat (limited to 'engines/composer/graphics.h')
-rw-r--r-- | engines/composer/graphics.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/composer/graphics.h b/engines/composer/graphics.h index a8f37ddf60..4805e5017d 100644 --- a/engines/composer/graphics.h +++ b/engines/composer/graphics.h @@ -59,6 +59,7 @@ struct Animation { uint32 _eventParam; uint32 _state; + uint32 _size; Common::Array<AnimationEntry> _entries; |