diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/lure/scripts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lure/scripts.cpp b/engines/lure/scripts.cpp index a279f5be20..63c48f40a8 100644 --- a/engines/lure/scripts.cpp +++ b/engines/lure/scripts.cpp @@ -50,7 +50,7 @@ static const uint16 *hotspot_dealloc_set[4] = {&dealloc_list_1[0], &dealloc_list static const AnimSoundSequence soundList[] = { {9, 0x45, 2, 0}, {27, 0x48, 5, 0}, {24, 0x46, 3, 0}, {24, 0x37, 1, 0}, {3, 0x37, 1, 1}, {3, 0x37, 1, 2}, {3, 0x37, 1, 3}, {3, 0x37, 1, 4}, {4, 0x37, 1, 5}, {7, 0x47, 4, 6}, - {31, 6, 0}, {0, 0, 0, 0} + {31, 0x00, 6, 0}, {0, 0, 0, 0} }; /*------------------------------------------------------------------------*/ |