aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/auto_animate.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-03-17 23:01:46 -0400
committerPaul Gilbert2016-03-17 23:01:46 -0400
commitea585b0aa53544e114cdb0080cacbcb324e6e1ff (patch)
tree313d0fff3ed2fe1f9d23da41acf7811b714735e3 /engines/titanic/game/auto_animate.h
parent04b8c75a9371d0ad353cbf4cc86da6087e94c7df (diff)
downloadscummvm-rg350-ea585b0aa53544e114cdb0080cacbcb324e6e1ff.tar.gz
scummvm-rg350-ea585b0aa53544e114cdb0080cacbcb324e6e1ff.tar.bz2
scummvm-rg350-ea585b0aa53544e114cdb0080cacbcb324e6e1ff.zip
TITANIC: Add some CEnterViewMsg stubs
Diffstat (limited to 'engines/titanic/game/auto_animate.h')
-rw-r--r--engines/titanic/game/auto_animate.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/titanic/game/auto_animate.h b/engines/titanic/game/auto_animate.h
index 0fd4ad768f..160fe09d90 100644
--- a/engines/titanic/game/auto_animate.h
+++ b/engines/titanic/game/auto_animate.h
@@ -24,14 +24,17 @@
#define TITANIC_AUTO_ANIMATE_H
#include "titanic/core/background.h"
+#include "titanic/messages/messages.h"
namespace Titanic {
class CAutoAnimate : public CBackground {
-public:
+private:
int _fieldE0;
int _fieldE4;
int _fieldE8;
+protected:
+ virtual bool handleEvent(const CEnterViewMsg &msg);
public:
CLASSDEF
CAutoAnimate() : CBackground(), _fieldE0(1), _fieldE4(1), _fieldE8(0) {}