aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/npcs/bellbot.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-08-25 19:03:55 -0400
committerPaul Gilbert2017-08-25 19:03:55 -0400
commitc4bf8575c1740ffca017b7c3e731944747726d00 (patch)
tree37b90a483525b9dfe4e3ffc18cb9acaa1c9484dd /engines/titanic/npcs/bellbot.h
parent8e62240ed95acd53187815299f105cf7924a12c4 (diff)
downloadscummvm-rg350-c4bf8575c1740ffca017b7c3e731944747726d00.tar.gz
scummvm-rg350-c4bf8575c1740ffca017b7c3e731944747726d00.tar.bz2
scummvm-rg350-c4bf8575c1740ffca017b7c3e731944747726d00.zip
TITANIC: Fix Door/Bellbot remaining when summoned outside doors
Diffstat (limited to 'engines/titanic/npcs/bellbot.h')
-rw-r--r--engines/titanic/npcs/bellbot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/titanic/npcs/bellbot.h b/engines/titanic/npcs/bellbot.h
index c246901cfe..538c299b6e 100644
--- a/engines/titanic/npcs/bellbot.h
+++ b/engines/titanic/npcs/bellbot.h
@@ -30,6 +30,7 @@ namespace Titanic {
class CBellBot : public CTrueTalkNPC {
DECLARE_MESSAGE_MAP;
bool OnSummonBotMsg(COnSummonBotMsg *msg);
+ bool EnterViewMsg(CEnterViewMsg *msg);
bool LeaveViewMsg(CLeaveViewMsg *msg);
bool MovieEndMsg(CMovieEndMsg *msg);
bool Use(CUse *msg);