From ede1cbc4cadbdb56d28e0c67d0eb69c81a66971f Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Tue, 15 Aug 2017 19:42:41 -0400 Subject: TITANIC: Removed dead code from CParrot::ActMsg --- engines/titanic/npcs/parrot.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'engines/titanic/npcs') diff --git a/engines/titanic/npcs/parrot.cpp b/engines/titanic/npcs/parrot.cpp index 60d11c0a6e..a0f80ca69b 100644 --- a/engines/titanic/npcs/parrot.cpp +++ b/engines/titanic/npcs/parrot.cpp @@ -119,10 +119,7 @@ void CParrot::load(SimpleFile *file) { } bool CParrot::ActMsg(CActMsg *msg) { - if (msg->_action == "PistaccioEaten") { - CActMsg actMsg("NutsEaten"); - actMsg.execute("Ear2"); - } else if (msg->_action == "Chicken") { + if (msg->_action == "Chicken") { // Nothing to do } else if (msg->_action == "CarryParrotLeftView") { if (!_takeOff) { -- cgit v1.2.3