mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 06:39:17 +00:00
AGI: Fix PCjr dissolve method used for early versions
This was a regression from ceb2909
.
This commit is contained in:
parent
65ed7e775e
commit
830f8c42f5
@ -120,8 +120,6 @@ SoundGenPCJr::SoundGenPCJr(AgiBase *vm, Audio::Mixer *pMixer) : SoundGen(vm, pMi
|
||||
else
|
||||
_dissolveMethod = 0;
|
||||
|
||||
_dissolveMethod = 3;
|
||||
|
||||
memset(_channel, 0, sizeof(_channel));
|
||||
memset(_tchannel, 0, sizeof(_tchannel));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user