aboutsummaryrefslogtreecommitdiff
path: root/engines/agi
diff options
context:
space:
mode:
authorThierry Crozat2015-05-05 20:03:38 +0100
committerThierry Crozat2015-05-10 16:02:33 +0100
commit830f8c42f51016ca7056b391478359453473042c (patch)
treef15a1d3d1c6fff84d8074a792b0f5d0444c43b51 /engines/agi
parent65ed7e775e51f864897ccdd578b54423ab79aa6e (diff)
downloadscummvm-rg350-830f8c42f51016ca7056b391478359453473042c.tar.gz
scummvm-rg350-830f8c42f51016ca7056b391478359453473042c.tar.bz2
scummvm-rg350-830f8c42f51016ca7056b391478359453473042c.zip
AGI: Fix PCjr dissolve method used for early versions
This was a regression from ceb2909.
Diffstat (limited to 'engines/agi')
-rw-r--r--engines/agi/sound_pcjr.cpp2
1 files changed, 0 insertions, 2 deletions
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));