mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-17 07:07:10 +00:00
SCI: Fix reading SCI1 midi channel flags
Thanks waltervn
This commit is contained in:
parent
73ee8943bc
commit
134aa5af09
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user