aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/npcs
diff options
context:
space:
mode:
authorPaul Gilbert2017-08-20 17:23:55 -0400
committerPaul Gilbert2017-08-20 17:23:55 -0400
commit445e12f7ca05ab3b1c8b80d9f562852769a51220 (patch)
treefd4c1a787f8adabce216581a3ec58515a2c86c17 /engines/titanic/npcs
parent05f668ab34afa2a5dcb24b02f22c3aecd9692b8c (diff)
downloadscummvm-rg350-445e12f7ca05ab3b1c8b80d9f562852769a51220.tar.gz
scummvm-rg350-445e12f7ca05ab3b1c8b80d9f562852769a51220.tar.bz2
scummvm-rg350-445e12f7ca05ab3b1c8b80d9f562852769a51220.zip
TITANIC: Add Tab key as a shortcut for switching to inventory
Diffstat (limited to 'engines/titanic/npcs')
-rw-r--r--engines/titanic/npcs/parrot.cpp1
1 files changed, 0 insertions, 1 deletions
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);