aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/parrot/parrot_lobby_view_object.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/parrot/parrot_lobby_view_object.h')
-rw-r--r--engines/titanic/game/parrot/parrot_lobby_view_object.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/engines/titanic/game/parrot/parrot_lobby_view_object.h b/engines/titanic/game/parrot/parrot_lobby_view_object.h
index 3179bb962d..484d70908e 100644
--- a/engines/titanic/game/parrot/parrot_lobby_view_object.h
+++ b/engines/titanic/game/parrot/parrot_lobby_view_object.h
@@ -28,11 +28,13 @@
namespace Titanic {
class CParrotLobbyViewObject : public CParrotLobbyObject {
+ DECLARE_MESSAGE_MAP;
+ bool ActMsg(CActMsg *msg);
public:
- int _fieldBC;
+ bool _flag;
public:
CLASSDEF;
- CParrotLobbyViewObject() : CParrotLobbyObject(), _fieldBC(1) {}
+ CParrotLobbyViewObject() : CParrotLobbyObject(), _flag(true) {}
/**
* Save the data for the class to file