diff options
Diffstat (limited to 'engines/sci/sound/drivers/adlib.cpp')
-rw-r--r-- | engines/sci/sound/drivers/adlib.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/sci/sound/drivers/adlib.cpp b/engines/sci/sound/drivers/adlib.cpp index add3d8851f..db9317e071 100644 --- a/engines/sci/sound/drivers/adlib.cpp +++ b/engines/sci/sound/drivers/adlib.cpp @@ -613,8 +613,6 @@ void MidiDriver_AdLib::setNote(int voice, int note, bool key) { _voices[voice].note = note; - delta = 0; - n = note % 12; if (bend < 8192) |