aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/res_struct.h
diff options
context:
space:
mode:
authorPaul Gilbert2007-04-14 11:00:29 +0000
committerPaul Gilbert2007-04-14 11:00:29 +0000
commit98bd1275044c236906c3e1509ca6bade8ce62bf8 (patch)
tree84ff4eb75385255b1dfac0bc1e57a776b8422e9d /engines/lure/res_struct.h
parent099ffb9cf0d735a9a5fcf91e524e4c818da9efb0 (diff)
downloadscummvm-rg350-98bd1275044c236906c3e1509ca6bade8ce62bf8.tar.gz
scummvm-rg350-98bd1275044c236906c3e1509ca6bade8ce62bf8.tar.bz2
scummvm-rg350-98bd1275044c236906c3e1509ca6bade8ce62bf8.zip
Gave proper names to previously unknown/partially-known constants
svn-id: r26467
Diffstat (limited to 'engines/lure/res_struct.h')
-rw-r--r--engines/lure/res_struct.h3
1 files changed, 2 insertions, 1 deletions
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};