diff options
Diffstat (limited to 'engines/sci/sfx/mixer/soft.cpp')
-rw-r--r-- | engines/sci/sfx/mixer/soft.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/sfx/mixer/soft.cpp b/engines/sci/sfx/mixer/soft.cpp index 4d2d86947c..5617defbbc 100644 --- a/engines/sci/sfx/mixer/soft.cpp +++ b/engines/sci/sfx/mixer/soft.cpp @@ -830,6 +830,7 @@ ACQUIRE_LOCK(); int have_timestamp = 0; sfx_timestamp_t start_timestamp; /* The timestamp at which the first frame will be played */ sfx_timestamp_t min_timestamp; + min_timestamp.secs = 0; sfx_timestamp_t timestamp; if (self->dev->get_output_timestamp) |