Skip to content

Commit

Permalink
TSAGE: SoundBLaster method #38 now actually updates the channel volume
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Aug 1, 2011
1 parent 61472ad commit 78c4675
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/tsage/sound.cpp
Expand Up @@ -2871,6 +2871,7 @@ void SoundBlasterDriver::proc38(int channel, int cmd, int value) {
if (cmd == 7) {
// Set channel volume
_channelVolume = value;
_mixer->setChannelVolume(_soundHandle, (byte)MIN(255, value * 2));
}
}

Expand Down

0 comments on commit 78c4675

Please sign in to comment.