aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/moves/enter_bridge.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/moves/enter_bridge.h')
-rw-r--r--engines/titanic/moves/enter_bridge.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/titanic/moves/enter_bridge.h b/engines/titanic/moves/enter_bridge.h
index a2410a6f1f..837c0e9f7d 100644
--- a/engines/titanic/moves/enter_bridge.h
+++ b/engines/titanic/moves/enter_bridge.h
@@ -29,12 +29,13 @@
namespace Titanic {
class CEnterBridge : public CGameObject {
+ DECLARE_MESSAGE_MAP;
bool EnterRoomMsg(CEnterRoomMsg *msg);
private:
- int _value;
+ bool _flag;
public:
CLASSDEF;
- CEnterBridge() : CGameObject(), _value(1) {}
+ CEnterBridge() : CGameObject(), _flag(true) {}
/**
* Save the data for the class to file