From 445e12f7ca05ab3b1c8b80d9f562852769a51220 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 20 Aug 2017 17:23:55 -0400 Subject: TITANIC: Add Tab key as a shortcut for switching to inventory --- engines/titanic/npcs/parrot.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/titanic/npcs') diff --git a/engines/titanic/npcs/parrot.cpp b/engines/titanic/npcs/parrot.cpp index d1ca4781b1..dd033abbae 100644 --- a/engines/titanic/npcs/parrot.cpp +++ b/engines/titanic/npcs/parrot.cpp @@ -700,7 +700,6 @@ bool CParrot::PreEnterViewMsg(CPreEnterViewMsg *msg) { } bool CParrot::PanningAwayFromParrotMsg(CPanningAwayFromParrotMsg *msg) { - warning("PAN"); if (_state != PARROT_IN_CAGE) { CActMsg actMsg("PanAwayFromParrot"); actMsg.execute(msg->_target); -- cgit v1.2.3