diff options
| -rw-r--r-- | engines/cine/sound.cpp | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/cine/sound.cpp b/engines/cine/sound.cpp index 164c5a9ca5..65b384ac7d 100644 --- a/engines/cine/sound.cpp +++ b/engines/cine/sound.cpp @@ -507,8 +507,6 @@ void AdlibSoundDriverADL::setChannelFrequency(int channel, int frequency) {  	}  	int freq, note, oct;  	findNote(frequency, ¬e, &oct); - -	note += oct * 12;  	if (ins->amDepth) {  		note = ins->amDepth;  	}  | 
