From 830f8c42f51016ca7056b391478359453473042c Mon Sep 17 00:00:00 2001 From: Thierry Crozat Date: Tue, 5 May 2015 20:03:38 +0100 Subject: AGI: Fix PCjr dissolve method used for early versions This was a regression from ceb2909. --- engines/agi/sound_pcjr.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'engines/agi') diff --git a/engines/agi/sound_pcjr.cpp b/engines/agi/sound_pcjr.cpp index 0dce276e33..83adcac747 100644 --- a/engines/agi/sound_pcjr.cpp +++ b/engines/agi/sound_pcjr.cpp @@ -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)); -- cgit v1.2.3