aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/npcs/true_talk_npc.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-10-29 18:21:52 -0400
committerPaul Gilbert2016-10-29 18:21:52 -0400
commitfae906b539895ebf6b03c9ccb6090b07efc38d38 (patch)
tree31ed23567167a843002560969d74d48805e93444 /engines/titanic/npcs/true_talk_npc.h
parent23d3d08a9128be11ca7ce134c4832453e7f89845 (diff)
downloadscummvm-rg350-fae906b539895ebf6b03c9ccb6090b07efc38d38.tar.gz
scummvm-rg350-fae906b539895ebf6b03c9ccb6090b07efc38d38.tar.bz2
scummvm-rg350-fae906b539895ebf6b03c9ccb6090b07efc38d38.zip
TITANIC: Renaming NPCFLAG enum values for idling
Diffstat (limited to 'engines/titanic/npcs/true_talk_npc.h')
-rw-r--r--engines/titanic/npcs/true_talk_npc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/npcs/true_talk_npc.h b/engines/titanic/npcs/true_talk_npc.h
index e044f10b15..d9ea037a72 100644
--- a/engines/titanic/npcs/true_talk_npc.h
+++ b/engines/titanic/npcs/true_talk_npc.h
@@ -30,8 +30,8 @@
namespace Titanic {
enum NpcFlag {
- NPCFLAG_SPEAKING = 1, NPCFLAG_2 = 2, NPCFLAG_4 = 4, NPCFLAG_8 = 8,
- NPCFLAG_10000 = 0x10000, NPCFLAG_20000 = 0x20000,
+ NPCFLAG_SPEAKING = 1, NPCFLAG_IDLING = 2, NPCFLAG_START_IDLING = 4,
+ NPCFLAG_8 = 8, NPCFLAG_10000 = 0x10000, NPCFLAG_20000 = 0x20000,
NPCFLAG_40000 = 0x40000, NPCFLAG_80000 = 0x80000,
NPCFLAG_100000 = 0x100000, NPCFLAG_200000 = 0x200000,
NPCFLAG_400000 = 0x400000, NPCFLAG_800000 = 0x800000,