aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/sound.h
diff options
context:
space:
mode:
authorMatthew Hoops2012-06-12 11:35:27 -0400
committerMatthew Hoops2012-06-12 11:35:27 -0400
commitde440e1a714d596feac383dcb256d431d7e81e4b (patch)
treecd6b2c86f85c23a9f54e5d454993639ac740045f /engines/tony/sound.h
parentb8282316712c1969d9f7e8c1d80a673eeb4b2ced (diff)
downloadscummvm-rg350-de440e1a714d596feac383dcb256d431d7e81e4b.tar.gz
scummvm-rg350-de440e1a714d596feac383dcb256d431d7e81e4b.tar.bz2
scummvm-rg350-de440e1a714d596feac383dcb256d431d7e81e4b.zip
TONY: Fix looping some sounds
Diffstat (limited to 'engines/tony/sound.h')
-rw-r--r--engines/tony/sound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tony/sound.h b/engines/tony/sound.h
index 8f4a509930..24e7f34921 100644
--- a/engines/tony/sound.h
+++ b/engines/tony/sound.h
@@ -184,7 +184,7 @@ private:
bool bIsVoice;
bool bPaused;
- Audio::AudioStream *_stream;
+ Audio::AudioStream *_loopStream;
Audio::RewindableAudioStream *_rewindableStream;
Audio::SoundHandle _handle;