From ee6f7626bf8878f187af0410ba81975fa127d1c9 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Tue, 14 Mar 2006 19:08:09 +0000 Subject: Fix typo in comment. svn-id: r21298 --- engines/kyra/sound_adlib.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/kyra/sound_adlib.cpp') diff --git a/engines/kyra/sound_adlib.cpp b/engines/kyra/sound_adlib.cpp index b36b358c15..5ab65df5c6 100644 --- a/engines/kyra/sound_adlib.cpp +++ b/engines/kyra/sound_adlib.cpp @@ -791,7 +791,7 @@ void AdlibDriver::unkOutput2(uint8 chan) { uint8 offset = _regOffset[chan]; // The channel is cleared: First the attack/delay rate, then the - // sustain/release rate, and finally the note is turned off. + // sustain level/release rate, and finally the note is turned off. writeOPL(0x60 + offset, 0xFF); writeOPL(0x63 + offset, 0xFF); -- cgit v1.2.3