aboutsummaryrefslogtreecommitdiff
path: root/scumm/sound.h
diff options
context:
space:
mode:
authorJames Brown2002-10-20 13:17:43 +0000
committerJames Brown2002-10-20 13:17:43 +0000
commit628eea3de4a7f87cd2d14faeb579b306c39e892a (patch)
tree6958ddbf8efe792dcaf9a917870cba39741f27c3 /scumm/sound.h
parentc7ef00571b789d6ea332ae4a8a2f59f55fd64d11 (diff)
downloadscummvm-rg350-628eea3de4a7f87cd2d14faeb579b306c39e892a.tar.gz
scummvm-rg350-628eea3de4a7f87cd2d14faeb579b306c39e892a.tar.bz2
scummvm-rg350-628eea3de4a7f87cd2d14faeb579b306c39e892a.zip
Patch 625904: CD Looping
svn-id: r5199
Diffstat (limited to 'scumm/sound.h')
-rw-r--r--scumm/sound.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/scumm/sound.h b/scumm/sound.h
index faa7c5e947..2f4ddec5c8 100644
--- a/scumm/sound.h
+++ b/scumm/sound.h
@@ -78,6 +78,10 @@ enum {
long _mp3_size[CACHE_TRACKS];
File *_mp3_tracks[CACHE_TRACKS];
int _mp3_index;
+ int _mp3_cd_track;
+ int _mp3_cd_start;
+ int _mp3_cd_delay;
+ int _mp3_cd_num_loops;
bool _mp3_cd_playing;
#endif