aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sound.h
diff options
context:
space:
mode:
authorJohannes Schickel2006-03-12 15:38:59 +0000
committerJohannes Schickel2006-03-12 15:38:59 +0000
commitcb085df0f554354e9fb811a8490a954b0820e83a (patch)
treed0fbb634227cac0513d88fcc859b1c1f15f807b4 /engines/kyra/sound.h
parentcd28f28d3248d1186a797fcb77a512efaaf31ad3 (diff)
downloadscummvm-rg350-cb085df0f554354e9fb811a8490a954b0820e83a.tar.gz
scummvm-rg350-cb085df0f554354e9fb811a8490a954b0820e83a.tar.bz2
scummvm-rg350-cb085df0f554354e9fb811a8490a954b0820e83a.zip
Fixes non looping tracks and a fading bug, which silenced the music, with mt-32.
svn-id: r21236
Diffstat (limited to 'engines/kyra/sound.h')
-rw-r--r--engines/kyra/sound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/sound.h b/engines/kyra/sound.h
index 1d90d24335..348f1768e4 100644
--- a/engines/kyra/sound.h
+++ b/engines/kyra/sound.h
@@ -130,7 +130,7 @@ public:
void loadMusicFile(const char *file);
void playTrack(uint8 track);
- void haltTrack() { _isPlaying = false; }
+ void haltTrack();
void playSoundEffect(uint8 track);