AGI: Fix PCjr dissolve method used for early versions

This was a regression from ceb2909.
This commit is contained in:
Thierry Crozat 2015-05-05 20:03:38 +01:00
parent 65ed7e775e
commit 830f8c42f5

View File

@ -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));