aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/npcs/true_talk_npc.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-01-20 20:36:26 -0500
committerPaul Gilbert2017-01-20 20:36:26 -0500
commit5aef8cb875f7a51d41dd012433cf3829b02c6d51 (patch)
treeadaa21387eb39499d6ea858df9e1f6b83bb84079 /engines/titanic/npcs/true_talk_npc.h
parent960342cb3742ae6904139cb6fe77d0dfb42f85de (diff)
downloadscummvm-rg350-5aef8cb875f7a51d41dd012433cf3829b02c6d51.tar.gz
scummvm-rg350-5aef8cb875f7a51d41dd012433cf3829b02c6d51.tar.bz2
scummvm-rg350-5aef8cb875f7a51d41dd012433cf3829b02c6d51.zip
TITANIC: Further NPC flag renaming, usage fixes
Diffstat (limited to 'engines/titanic/npcs/true_talk_npc.h')
-rw-r--r--engines/titanic/npcs/true_talk_npc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/titanic/npcs/true_talk_npc.h b/engines/titanic/npcs/true_talk_npc.h
index 35d6690887..3727c49331 100644
--- a/engines/titanic/npcs/true_talk_npc.h
+++ b/engines/titanic/npcs/true_talk_npc.h
@@ -31,11 +31,11 @@ namespace Titanic {
enum NpcFlag {
NPCFLAG_SPEAKING = 1, NPCFLAG_IDLING = 2, NPCFLAG_START_IDLING = 4,
- NPCFLAG_8 = 8, NPCFLAG_MOVING = 0x10000, NPCFLAG_20000 = 0x20000,
- NPCFLAG_40000 = 0x40000, NPCFLAG_80000 = 0x80000,
+ NPCFLAG_8 = 8, NPCFLAG_MOVING = 0x10000, NPCFLAG_MOVE_START = 0x20000,
+ NPCFLAG_MOVE_LOOP = 0x40000, NPCFLAG_MOVE_FINISH = 0x80000,
NPCFLAG_MOVE_LEFT = 0x100000, NPCFLAG_MOVE_RIGHT = 0x200000,
NPCFLAG_MOVE_END = 0x400000, NPCFLAG_800000 = 0x800000,
- NPCFLAG_MOVE_LEFT0 = 0x1000000, NPCFLAG_TAKE_OFF = 0x2000000,
+ NPCFLAG_1000000 = 0x1000000, NPCFLAG_TAKE_OFF = 0x2000000,
NPCFLAG_4000000 = 0x4000000, NPCFLAG_DOORBOT_INTRO = 0x8000000
};