SCI: Fix reading SCI1 midi channel flags

Thanks waltervn
This commit is contained in:
Willem Jan Palenstijn 2014-10-03 01:18:13 +02:00
parent 73ee8943bc
commit 134aa5af09

View File

@ -710,7 +710,6 @@ SoundResource::SoundResource(uint32 resourceNr, ResourceManager *resMan, SciVers
// 0x20 is set on rhythm channels to prevent remapping
// CHECKME: Which SCI versions need that set manually?
channel->flags = (*channel->data) >> 4;
if (channel->number == 9)
channel->flags |= 2;
// Note: flag 1: channel start offset is 0 instead of 10