From cdedfa3d8552f81a1ff9cae0d21d03964b9ca2a3 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Thu, 3 Nov 2011 23:46:49 +0200 Subject: SCI: Removed a duplicate variable assignment --- engines/sci/sound/drivers/adlib.cpp | 2 -- 1 file changed, 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) -- cgit v1.2.3