mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-25 22:07:34 +00:00
Clarified the comment added in the previous commit slightly.
svn-id: r14776
This commit is contained in:
parent
13b59c1b42
commit
35a0c52f42
@ -61,7 +61,7 @@ void GmChannel::stopNote(void) {
|
||||
|
||||
// All Notes Off
|
||||
_midiDrv->send((0xB0 | _channelData.midiChannelNumber) | 0x7B00 | 0 | 0x79000000);
|
||||
// Pitch Wheel
|
||||
// Reset the Pitch Wheel. See bug #1016556.
|
||||
_midiDrv->send((0xE0 | _channelData.midiChannelNumber) | 0x400000);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user