Skip to content

Commit

Permalink
AGI: Fix PCjr dissolve method used for early versions
Browse files Browse the repository at this point in the history
This was a regression from ceb2909.
  • Loading branch information
criezy committed May 10, 2015
1 parent 65ed7e7 commit 830f8c4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions engines/agi/sound_pcjr.cpp
Expand Up @@ -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));

Expand Down

0 comments on commit 830f8c4

Please sign in to comment.