diff options
Diffstat (limited to 'engines/sci/sound/softseq/adlib.cpp')
-rw-r--r-- | engines/sci/sound/softseq/adlib.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/sci/sound/softseq/adlib.cpp b/engines/sci/sound/softseq/adlib.cpp index 62912fc0e1..4674cb5e33 100644 --- a/engines/sci/sound/softseq/adlib.cpp +++ b/engines/sci/sound/softseq/adlib.cpp @@ -293,8 +293,6 @@ void MidiDriver_AdLib::send(uint32 b) { #endif break; case 0x4e: - // FIXME: this flag should be set to 0 when a new song is started - debug(3, "ADLIB: Setting velocity control flag for channel %i to %i", channel, op2); _channels[channel].enableVelocity = op2; break; case SCI_MIDI_CHANNEL_NOTES_OFF: |