aboutsummaryrefslogtreecommitdiff
path: root/engines/touche/touche.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/touche/touche.h')
-rw-r--r--engines/touche/touche.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/touche/touche.h b/engines/touche/touche.h
index e63609b9a6..75d99c21d4 100644
--- a/engines/touche/touche.h
+++ b/engines/touche/touche.h
@@ -649,7 +649,7 @@ protected:
int _musicVolume;
Audio::SoundHandle _musicHandle;
- Audio::SeekableAudioStream *_musicStream;
+ Common::File _extMusicFile;
void initMusic();
void startMusic(int num);