aboutsummaryrefslogtreecommitdiff
path: root/engines/composer/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/composer/graphics.h')
-rw-r--r--engines/composer/graphics.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/composer/graphics.h b/engines/composer/graphics.h
index a8f37ddf60..cfa581d75f 100644
--- a/engines/composer/graphics.h
+++ b/engines/composer/graphics.h
@@ -59,6 +59,9 @@ struct Animation {
uint32 _eventParam;
uint32 _state;
+#ifdef SAVING_ANYWHERE
+ uint32 _size;
+#endif
Common::Array<AnimationEntry> _entries;