aboutsummaryrefslogtreecommitdiff
path: root/sound/audiocd.h
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2009-01-24 01:23:04 +0000
committerWillem Jan Palenstijn2009-01-24 01:23:04 +0000
commitde341291aa068d7ad2bb6e11c62b98f3e3120552 (patch)
treebc5a9cb2b9c974914e96c34526789cd15d015889 /sound/audiocd.h
parent17b82253e9aeed06cbfb7051cb25ed6d0d2c4d88 (diff)
downloadscummvm-rg350-de341291aa068d7ad2bb6e11c62b98f3e3120552.tar.gz
scummvm-rg350-de341291aa068d7ad2bb6e11c62b98f3e3120552.tar.bz2
scummvm-rg350-de341291aa068d7ad2bb6e11c62b98f3e3120552.zip
remove 'HACK': don't use _cd.playing to indicate emulation
svn-id: r36029
Diffstat (limited to 'sound/audiocd.h')
-rw-r--r--sound/audiocd.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/sound/audiocd.h b/sound/audiocd.h
index 83b0374291..ced5410a1f 100644
--- a/sound/audiocd.h
+++ b/sound/audiocd.h
@@ -67,11 +67,10 @@ private:
AudioCDManager();
/* used for emulated CD music */
- struct ExtStatus : Status {
- SoundHandle handle;
- };
- ExtStatus _cd;
+ SoundHandle _handle;
+ bool _emulating;
+ Status _cd;
Mixer *_mixer;
};