From 0b4e48b59e18865ddd7785594def2aba872a0258 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 31 Jul 2003 20:24:10 +0000 Subject: revamped MP3/Vorbis CD 'emulation' code to use a PlayingSoundHandle -> this allows to finally get rid of the hackish isChannelActive/isChannelUsed methods in SoundMixer svn-id: r9346 --- scumm/sound.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scumm/sound.h') diff --git a/scumm/sound.h b/scumm/sound.h index 1bb765770c..8e9183659b 100644 --- a/scumm/sound.h +++ b/scumm/sound.h @@ -87,11 +87,11 @@ protected: int _cached_tracks[CACHE_TRACKS]; struct { - int index; + PlayingSoundHandle handle; int track; int start; int duration; - int num_loops; + int numLoops; bool playing; } _dig_cd; -- cgit v1.2.3