aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/parrot/parrot_lobby_view_object.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-08-26 22:15:58 -0400
committerPaul Gilbert2016-08-26 22:15:58 -0400
commit996811181063d1920454e0e09115b49e33bc8f5d (patch)
tree0da93ab4ca086f7c0d6afd92f8effb2a4a31d3cb /engines/titanic/game/parrot/parrot_lobby_view_object.h
parent02f679180425f7f2b95236ffeaa67805d2a30e7a (diff)
downloadscummvm-rg350-996811181063d1920454e0e09115b49e33bc8f5d.tar.gz
scummvm-rg350-996811181063d1920454e0e09115b49e33bc8f5d.tar.bz2
scummvm-rg350-996811181063d1920454e0e09115b49e33bc8f5d.zip
TITANIC: Implemented other parrot related game classes
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