diff options
author | Travis Howell | 2006-11-05 08:22:33 +0000 |
---|---|---|
committer | Travis Howell | 2006-11-05 08:22:33 +0000 |
commit | 5c72acb536c967454be352288afc6c491ab77cb7 (patch) | |
tree | 1537c7c28bd144f2a26c96c87cbca0d332e26ca9 /engines | |
parent | 493af8f40b7b4c16ab4d74ea6a5d0b7d97dac767 (diff) | |
download | scummvm-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')
-rw-r--r-- | engines/lure/res_struct.h | 3 |
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 { |