aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/auto_animate.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-07-16 15:05:56 -0400
committerPaul Gilbert2017-07-16 15:05:56 -0400
commit6c44b5762e6fa009c548f5dacdb422ccde958724 (patch)
tree6d34ebe056034bc4f8721da8b2a533ce3918b66a /engines/titanic/game/auto_animate.h
parent56384fb7dbd40627b26dc849c792b1af2f972973 (diff)
downloadscummvm-rg350-6c44b5762e6fa009c548f5dacdb422ccde958724.tar.gz
scummvm-rg350-6c44b5762e6fa009c548f5dacdb422ccde958724.tar.bz2
scummvm-rg350-6c44b5762e6fa009c548f5dacdb422ccde958724.zip
TITANIC: Cleanup of CAutoAnimate class
Diffstat (limited to 'engines/titanic/game/auto_animate.h')
-rw-r--r--engines/titanic/game/auto_animate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/game/auto_animate.h b/engines/titanic/game/auto_animate.h
index 735aba922e..48764ad4aa 100644
--- a/engines/titanic/game/auto_animate.h
+++ b/engines/titanic/game/auto_animate.h
@@ -34,11 +34,11 @@ class CAutoAnimate : public CBackground {
bool InitializeAnimMsg(CInitializeAnimMsg *msg);
private:
bool _enabled;
- int _fieldE4;
+ bool _redo;
bool _repeat;
public:
CLASSDEF;
- CAutoAnimate() : CBackground(), _enabled(true), _fieldE4(1), _repeat(false) {}
+ CAutoAnimate() : CBackground(), _enabled(true), _redo(true), _repeat(false) {}
/**
* Save the data for the class to file