aboutsummaryrefslogtreecommitdiff
path: root/sound/audiocd.h
diff options
context:
space:
mode:
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;
};