aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/npcs/true_talk_npc.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-10-24 20:30:18 -0400
committerPaul Gilbert2016-10-24 20:30:18 -0400
commit1c370c96449f93c7f99308b643a891aa02c2ca0e (patch)
tree10a357a15affd194fb6a48dbeef7591228431029 /engines/titanic/npcs/true_talk_npc.h
parent0a03c986a21ed8fe271d33cbb37f0e2a16e52224 (diff)
downloadscummvm-rg350-1c370c96449f93c7f99308b643a891aa02c2ca0e.tar.gz
scummvm-rg350-1c370c96449f93c7f99308b643a891aa02c2ca0e.tar.bz2
scummvm-rg350-1c370c96449f93c7f99308b643a891aa02c2ca0e.zip
TITANIC: Add conversation text to the PET
Diffstat (limited to 'engines/titanic/npcs/true_talk_npc.h')
-rw-r--r--engines/titanic/npcs/true_talk_npc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/npcs/true_talk_npc.h b/engines/titanic/npcs/true_talk_npc.h
index 1e06e9c690..3adf055449 100644
--- a/engines/titanic/npcs/true_talk_npc.h
+++ b/engines/titanic/npcs/true_talk_npc.h
@@ -36,7 +36,7 @@ enum NpcFlag {
NPCFLAG_100000 = 0x100000, NPCFLAG_200000 = 0x200000,
NPCFLAG_400000 = 0x400000, NPCFLAG_800000 = 0x800000,
NPCFLAG_1000000 = 0x1000000, NPCFLAG_2000000 = 0x2000000,
- NPCFLAG_4000000 = 0x4000000, NPCFLAG_8000000 = 0x8000000
+ NPCFLAG_4000000 = 0x4000000, NPCFLAG_DOORBOT_INTRO = 0x8000000
};
class CViewItem;