aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/parrot/parrot_lobby_object.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-08-26 21:18:26 -0400
committerPaul Gilbert2016-08-26 21:18:26 -0400
commit02f679180425f7f2b95236ffeaa67805d2a30e7a (patch)
treec722e6419c201f08b44aa57f06ca64f7f56d2443 /engines/titanic/game/parrot/parrot_lobby_object.h
parent0fbc3b709d242a1ac82467973f56a8f84d9a465e (diff)
downloadscummvm-rg350-02f679180425f7f2b95236ffeaa67805d2a30e7a.tar.gz
scummvm-rg350-02f679180425f7f2b95236ffeaa67805d2a30e7a.tar.bz2
scummvm-rg350-02f679180425f7f2b95236ffeaa67805d2a30e7a.zip
TITANIC: Implemented parrot lobby classes
Diffstat (limited to 'engines/titanic/game/parrot/parrot_lobby_object.h')
-rw-r--r--engines/titanic/game/parrot/parrot_lobby_object.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/titanic/game/parrot/parrot_lobby_object.h b/engines/titanic/game/parrot/parrot_lobby_object.h
index 5272303888..a210331399 100644
--- a/engines/titanic/game/parrot/parrot_lobby_object.h
+++ b/engines/titanic/game/parrot/parrot_lobby_object.h
@@ -30,10 +30,10 @@ namespace Titanic {
class CParrotLobbyObject : public CGameObject {
DECLARE_MESSAGE_MAP;
public:
- static int _v1;
- static int _v2;
- static int _v3;
- static int _v4;
+ static bool _haveParrot;
+ static bool _havePerch;
+ static bool _haveStick;
+ static int _flags;
static void init();
public: