aboutsummaryrefslogtreecommitdiff
path: root/scumm.h
diff options
context:
space:
mode:
authorJames Brown2002-04-24 07:19:00 +0000
committerJames Brown2002-04-24 07:19:00 +0000
commitc8cfb1e25ad8e473300e74c0971f8bbfef3af185 (patch)
tree312403af4cf69c3748d5238724fb687e3cc862ef /scumm.h
parent280136f13aeeb5c30961253ca0a6e327ba91700a (diff)
downloadscummvm-rg350-c8cfb1e25ad8e473300e74c0971f8bbfef3af185.tar.gz
scummvm-rg350-c8cfb1e25ad8e473300e74c0971f8bbfef3af185.tar.bz2
scummvm-rg350-c8cfb1e25ad8e473300e74c0971f8bbfef3af185.zip
Fix MI1 CD Music, I hope.
svn-id: r4068
Diffstat (limited to 'scumm.h')
-rw-r--r--scumm.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/scumm.h b/scumm.h
index 30ea5c3094..8b146c238d 100644
--- a/scumm.h
+++ b/scumm.h
@@ -983,9 +983,7 @@ public:
PlayingSoundHandle _mp3_handle;
int getCachedTrack(int track);
- void playMP3CDTrack(int track, int num_loops, int start, int delay);
-
-
+ int playMP3CDTrack(int track, int num_loops, int start, int delay);
#endif
int16 _soundQuePos, _soundQue[0x100];