aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/arboretum_gate.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/arboretum_gate.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/arboretum_gate.h')
-rw-r--r--engines/titanic/game/arboretum_gate.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/engines/titanic/game/arboretum_gate.h b/engines/titanic/game/arboretum_gate.h
index 2c2b81feab..514192e151 100644
--- a/engines/titanic/game/arboretum_gate.h
+++ b/engines/titanic/game/arboretum_gate.h
@@ -69,13 +69,13 @@ private:
int _field150;
CString _string2;
protected:
- virtual bool handleEvent(const CActMsg &msg) { return false; }
- virtual bool handleEvent(const CLeaveViewMsg &msg) { return false; }
- virtual bool handleEvent(const CTurnOff &msg) { return false; }
- virtual bool handleEvent(const CMouseButtonDownMsg &msg) { return false; }
- virtual bool handleEvent(const CEnterViewMsg &msg) { return false; }
- virtual bool handleEvent(const CTurnOn &msg) { return false; }
- virtual bool handleEvent(const CMovieEndMsg &msg) { return false; }
+ virtual bool handleEvent(const CActMsg &msg);
+ virtual bool handleEvent(const CLeaveViewMsg &msg);
+ virtual bool handleEvent(const CTurnOff &msg);
+ virtual bool handleEvent(const CMouseButtonDownMsg &msg);
+ virtual bool handleEvent(const CEnterViewMsg &msg);
+ virtual bool handleEvent(const CTurnOn &msg);
+ virtual bool handleEvent(const CMovieEndMsg &msg);
public:
CLASSDEF
CArboretumGate();