From b27053c71e98e68aed4fc17219123d72538cbf6e Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sun, 15 Feb 2009 16:59:48 +0000 Subject: Silenced some more warnings svn-id: r38270 --- engines/sci/sfx/mixer/soft.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/sci/sfx/mixer/soft.cpp') 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) -- cgit v1.2.3