diff options
author | Filippos Karapetis | 2009-02-15 16:59:48 +0000 |
---|---|---|
committer | Filippos Karapetis | 2009-02-15 16:59:48 +0000 |
commit | b27053c71e98e68aed4fc17219123d72538cbf6e (patch) | |
tree | 62ce213f54815833266143bfa26676f2bccb2fdf /engines/sci/sfx/mixer | |
parent | 79086b1b1f6bde6cf3ef7668a7b08fcb15f8e50a (diff) | |
download | scummvm-rg350-b27053c71e98e68aed4fc17219123d72538cbf6e.tar.gz scummvm-rg350-b27053c71e98e68aed4fc17219123d72538cbf6e.tar.bz2 scummvm-rg350-b27053c71e98e68aed4fc17219123d72538cbf6e.zip |
Silenced some more warnings
svn-id: r38270
Diffstat (limited to 'engines/sci/sfx/mixer')
-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) |