diff options
Diffstat (limited to 'engines/sci/gui32/gui32.cpp')
-rw-r--r-- | engines/sci/gui32/gui32.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/sci/gui32/gui32.cpp b/engines/sci/gui32/gui32.cpp index 1bcff2cc49..1b19e67c67 100644 --- a/engines/sci/gui32/gui32.cpp +++ b/engines/sci/gui32/gui32.cpp @@ -1868,7 +1868,6 @@ void SciGui32::animate(reg_t listReference, bool cycle, int argc, reg_t *argv) { List *cast_list = NULL; int open_animation = 0; - process_sound_events(s); // Take care of incoming events (kAnimate is called semi-regularly) _k_animate_ran = true; // Used by some of the invoked functions to check for recursion, which may, // after all, damage the cast list |