aboutsummaryrefslogtreecommitdiff
path: root/engines/bbvs/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/bbvs/sound.h')
-rw-r--r--engines/bbvs/sound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/bbvs/sound.h b/engines/bbvs/sound.h
index 4e44c2b962..4d3253c48e 100644
--- a/engines/bbvs/sound.h
+++ b/engines/bbvs/sound.h
@@ -38,7 +38,7 @@ public:
void stop();
bool isPlaying();
protected:
- Audio::SeekableAudioStream *_stream;
+ Audio::RewindableAudioStream *_stream;
Audio::SoundHandle _handle;
// Keep the filename for debugging purposes
Common::String _filename;