aboutsummaryrefslogtreecommitdiff
path: root/engines/lure
diff options
context:
space:
mode:
authorTravis Howell2006-11-05 08:22:33 +0000
committerTravis Howell2006-11-05 08:22:33 +0000
commit5c72acb536c967454be352288afc6c491ab77cb7 (patch)
tree1537c7c28bd144f2a26c96c87cbca0d332e26ca9 /engines/lure
parent493af8f40b7b4c16ab4d74ea6a5d0b7d97dac767 (diff)
downloadscummvm-rg350-5c72acb536c967454be352288afc6c491ab77cb7.tar.gz
scummvm-rg350-5c72acb536c967454be352288afc6c491ab77cb7.tar.bz2
scummvm-rg350-5c72acb536c967454be352288afc6c491ab77cb7.zip
Set ROOM_EXIT_ANIMATION constant, to fix compile for now. Not sure if value is correct
svn-id: r24625
Diffstat (limited to 'engines/lure')
-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 e2b41bbe86..3efb361407 100644
--- a/engines/lure/res_struct.h
+++ b/engines/lure/res_struct.h
@@ -695,7 +695,8 @@ enum FieldName {
PRISONER_DEAD = 15,
BOTTLE_FILLED = 18,
TALK_INDEX = 19,
- SACK_CUT = 20
+ SACK_CUT = 20,
+ ROOM_EXIT_ANIMATION = 82
};
enum GameFlags {