From de341291aa068d7ad2bb6e11c62b98f3e3120552 Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Sat, 24 Jan 2009 01:23:04 +0000 Subject: remove 'HACK': don't use _cd.playing to indicate emulation svn-id: r36029 --- sound/audiocd.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'sound/audiocd.h') 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; }; -- cgit v1.2.3