From 98bd1275044c236906c3e1509ca6bade8ce62bf8 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 14 Apr 2007 11:00:29 +0000 Subject: Gave proper names to previously unknown/partially-known constants svn-id: r26467 --- engines/lure/res_struct.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/lure/res_struct.h') diff --git a/engines/lure/res_struct.h b/engines/lure/res_struct.h index 23b37483cd..24ccea732e 100644 --- a/engines/lure/res_struct.h +++ b/engines/lure/res_struct.h @@ -381,7 +381,8 @@ public: }; enum CharacterMode {CHARMODE_NONE, CHARMODE_HESITATE, CHARMODE_IDLE, CHARMODE_PAUSED, - CHARMODE_4, CHARMODE_CONVERSING, CHARMODE_6, CHARMODE_7, CHARMODE_8}; + CHARMODE_WAIT_FOR_PLAYER, CHARMODE_CONVERSING, CHARMODE_PLAYER_WAIT, + CHARMODE_WAIT_FOR_INTERACT, CHARMODE_INTERACTING, CHARMODE_SPECIAL_PLAYER}; enum BlockedState {BS_NONE, BS_INITIAL, BS_FINAL}; -- cgit v1.2.3