aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/bowl_unlocker.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/bowl_unlocker.h')
-rw-r--r--engines/titanic/game/bowl_unlocker.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/engines/titanic/game/bowl_unlocker.h b/engines/titanic/game/bowl_unlocker.h
index 2559ac2c52..b940661904 100644
--- a/engines/titanic/game/bowl_unlocker.h
+++ b/engines/titanic/game/bowl_unlocker.h
@@ -28,11 +28,16 @@
namespace Titanic {
class CBowlUnlocker : public CGameObject {
+ DECLARE_MESSAGE_MAP;
+ bool NutPuzzleMsg(CNutPuzzleMsg *msg);
+ bool MovieEndMsg(CMovieEndMsg *msg);
+ bool MouseButtonDownMsg(CMouseButtonDownMsg *msg);
+ bool LeaveViewMsg(CLeaveViewMsg *msg);
public:
- int _value;
+ bool _bowlUnlocked;
public:
CLASSDEF;
- CBowlUnlocker() : CGameObject(), _value(0) {}
+ CBowlUnlocker() : CGameObject(), _bowlUnlocked(false) {}
/**
* Save the data for the class to file