Skip to content

Commit

Permalink
AGI: Remove dead code in PCjr code
Browse files Browse the repository at this point in the history
I forgot to remove that code in commit 0cb0a09 when I removed the
line that preceded it.
  • Loading branch information
criezy committed May 11, 2015
1 parent 0cb0a09 commit fc2ac47
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions engines/agi/sound_pcjr.cpp
Expand Up @@ -205,8 +205,6 @@ int SoundGenPCJr::volumeCalc(SndGenChan *chan) {
chan->attenuationCopy = attenuation;

attenuation &= 0x0F;
if (attenuation > 0x0F)
attenuation = 0x0F;
}
}
//if (computer_type == 2) && (attenuation < 8)
Expand Down

0 comments on commit fc2ac47

Please sign in to comment.