diff options
Diffstat (limited to 'engines/sci/engine/ksound.c')
-rw-r--r-- | engines/sci/engine/ksound.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/engine/ksound.c b/engines/sci/engine/ksound.c index 6a2cbeec32..ebce947b50 100644 --- a/engines/sci/engine/ksound.c +++ b/engines/sci/engine/ksound.c @@ -873,7 +873,7 @@ kDoSound_SCI1(state_t *s, int funct_nr, int argc, reg_t *argv) int sec = 0; int frame = 0; int result = SI_LOOP; /* small hack */ - int cue; + int cue = 0; while (result == SI_LOOP) result = sfx_poll_specific(&s->sound, handle, &cue); |