aboutsummaryrefslogtreecommitdiff
path: root/scumm.h
diff options
context:
space:
mode:
authorLionel Ulmer2002-04-28 14:01:40 +0000
committerLionel Ulmer2002-04-28 14:01:40 +0000
commitc134803976bcaccd9fe76da14b81962ebc531e81 (patch)
tree58f7c61c478392e4577be8bee86d05779bd17f89 /scumm.h
parent9d55ab4061725b50b1549f0872d144a5f4cd2819 (diff)
downloadscummvm-rg350-c134803976bcaccd9fe76da14b81962ebc531e81.tar.gz
scummvm-rg350-c134803976bcaccd9fe76da14b81962ebc531e81.tar.bz2
scummvm-rg350-c134803976bcaccd9fe76da14b81962ebc531e81.zip
MI1 CD audio should work better now. Still a bit flaky but should be
better than before :-) svn-id: r4128
Diffstat (limited to 'scumm.h')
-rw-r--r--scumm.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/scumm.h b/scumm.h
index 58fdbff5f5..8c01b1a194 100644
--- a/scumm.h
+++ b/scumm.h
@@ -976,15 +976,19 @@ public:
/* used for mp3 CD music */
- int _current_cache;
+ int _current_cache;
int _cached_tracks[CACHE_TRACKS];
struct mad_header _mad_header[CACHE_TRACKS];
long _mp3_size[CACHE_TRACKS];
FILE* _mp3_tracks[CACHE_TRACKS];
int _mp3_index;
+ bool _mp3_cd_playing;
int getCachedTrack(int track);
int playMP3CDTrack(int track, int num_loops, int start, int delay);
+ int stopMP3CD();
+ int updateMP3CD();
+ int pollMP3CD();
#endif
int16 _soundQuePos, _soundQue[0x100];