aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/bottom_of_well_monitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/bottom_of_well_monitor.h')
-rw-r--r--engines/titanic/game/bottom_of_well_monitor.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/engines/titanic/game/bottom_of_well_monitor.h b/engines/titanic/game/bottom_of_well_monitor.h
index 65424aad70..be9ae2c093 100644
--- a/engines/titanic/game/bottom_of_well_monitor.h
+++ b/engines/titanic/game/bottom_of_well_monitor.h
@@ -28,12 +28,17 @@
namespace Titanic {
class CBottomOfWellMonitor : public CGameObject {
+ DECLARE_MESSAGE_MAP;
+ bool ActMsg(CActMsg *msg);
+ bool MouseButtonDownMsg(CMouseButtonDownMsg *msg);
+ bool EnterViewMsg(CEnterViewMsg *msg);
+ bool LeaveViewMsg(CLeaveViewMsg *msg);
public:
static int _v1, _v2;
- int _value;
+ bool _flag;
public:
CLASSDEF;
- CBottomOfWellMonitor() : _value(1) {}
+ CBottomOfWellMonitor() : _flag(true) {}
/**
* Save the data for the class to file