[Scummvm-cvs-logs] SF.net SVN: scummvm: [21298] scummvm/trunk/engines/kyra/sound_adlib.cpp
eriktorbjorn at users.sourceforge.net
eriktorbjorn at users.sourceforge.net
Tue Mar 14 11:10:02 CET 2006
Revision: 21298
Author: eriktorbjorn
Date: 2006-03-14 11:08:09 -0800 (Tue, 14 Mar 2006)
ViewCVS: http://svn.sourceforge.net/scummvm/?rev=21298&view=rev
Log Message:
-----------
Fix typo in comment.
Modified Paths:
--------------
scummvm/trunk/engines/kyra/sound_adlib.cpp
Modified: scummvm/trunk/engines/kyra/sound_adlib.cpp
===================================================================
--- scummvm/trunk/engines/kyra/sound_adlib.cpp 2006-03-14 16:07:19 UTC (rev 21297)
+++ scummvm/trunk/engines/kyra/sound_adlib.cpp 2006-03-14 19:08:09 UTC (rev 21298)
@@ -791,7 +791,7 @@
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);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list