aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/scene.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/scene.h')
-rw-r--r--engines/mads/scene.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/scene.h b/engines/mads/scene.h
index 4d9a3f8efa..e00924a543 100644
--- a/engines/mads/scene.h
+++ b/engines/mads/scene.h
@@ -106,7 +106,7 @@ public:
MSurface _backgroundSurface;
DepthSurface _depthSurface;
UserInterface _userInterface;
- bool _animFlag;
+ bool _cyclingActive;
int _animVal1;
int _animCount;
Common::Array<uint32> _animTicksList;