From bd2c072e8fd7651b173a7f8a5808adf7fc184ac7 Mon Sep 17 00:00:00 2001 From: Daveo Date: Sat, 21 Jul 2001 16:36:46 +0000 Subject: [PATCH] --- source/sound/cdxa.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/sound/cdxa.cpp b/source/sound/cdxa.cpp index 3a25aa776..62d6c3f93 100644 --- a/source/sound/cdxa.cpp +++ b/source/sound/cdxa.cpp @@ -78,7 +78,7 @@ sXAStream &ThisStream=CXAStream::Stream[CXAStream::CurrentStream]; Track = (Track&31744)>>10; if (Track==0) { - ThisStream.Entry.CurrentSector++; // track position + ThisStream.Entry.CurrentSector+=32; // track position } else { @@ -227,7 +227,6 @@ sXAStream &ThisStream=Stream[CurrentStream]; CdControlB(CdlSetmode,Cmd, 0); CdIntToPos(ThisStream.Entry.CurrentSector+StartSector,&ThisStream.CDPos); theFilter.file=1; -// theFilter.chan=ThisStream.BaseChannel+ThisStream.Entry.Channel; theFilter.chan=ThisStream.Entry.Channel; CdControlF(CdlSetfilter, (u8*)&theFilter); CdControlF(CdlReadS,(u8*)&ThisStream.CDPos);