diff options
Diffstat (limited to 'engines/titanic/game/parrot/parrot_lobby_object.h')
-rw-r--r-- | engines/titanic/game/parrot/parrot_lobby_object.h | 8 |
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: |