aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/sound.h
diff options
context:
space:
mode:
authorMatthew Hoops2012-06-10 22:03:52 -0400
committerMatthew Hoops2012-06-10 22:03:52 -0400
commit2da2981682cdc637faf5e2fccc041223d457bdc4 (patch)
tree5a8a469e1d6ebae3a76cfbba5e2a468ea9752602 /engines/tony/sound.h
parent42f4fe359c16dfe5291e6274464b76168b117135 (diff)
downloadscummvm-rg350-2da2981682cdc637faf5e2fccc041223d457bdc4.tar.gz
scummvm-rg350-2da2981682cdc637faf5e2fccc041223d457bdc4.tar.bz2
scummvm-rg350-2da2981682cdc637faf5e2fccc041223d457bdc4.zip
TONY: Rewind sounds before playing them
Fixes sounds in the menu
Diffstat (limited to 'engines/tony/sound.h')
-rw-r--r--engines/tony/sound.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/tony/sound.h b/engines/tony/sound.h
index 6ebf30f22b..c64680a9cf 100644
--- a/engines/tony/sound.h
+++ b/engines/tony/sound.h
@@ -195,6 +195,7 @@ private:
bool bPaused;
Audio::AudioStream *_stream;
+ Audio::RewindableAudioStream *_rewindableStream;
Audio::SoundHandle _handle;
public: