From 3603ed73f0e95c286362f089ccffad42f2f40182 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 26 Dec 2016 23:22:10 -0500 Subject: TITANIC: Change CParrot::_v4 to _state --- engines/titanic/game/tow_parrot_nav.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/titanic/game/tow_parrot_nav.cpp') diff --git a/engines/titanic/game/tow_parrot_nav.cpp b/engines/titanic/game/tow_parrot_nav.cpp index 57f1649add..b8a99a5f1b 100644 --- a/engines/titanic/game/tow_parrot_nav.cpp +++ b/engines/titanic/game/tow_parrot_nav.cpp @@ -44,7 +44,7 @@ bool CTOWParrotNav::MouseButtonDownMsg(CMouseButtonDownMsg *msg) { actMsg.execute("PerchedParrot"); CString clipString = "_EXIT,36,1,N,9,3,N"; - if (CParrot::_v4) + if (CParrot::_state != PARROT_IN_CAGE) clipString += 'a'; changeView("ParrotLobby.Node 3.N", clipString); -- cgit v1.2.3