[Scummvm-cvs-logs] SF.net SVN: scummvm: [21201] scummvm/trunk/engines/kyra/sound_adlib.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Fri Mar 10 02:31:19 CET 2006


Revision: 21201
Author:   eriktorbjorn
Date:     2006-03-10 02:30:31 -0800 (Fri, 10 Mar 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21201&view=rev

Log Message:
-----------
Fixed some obvious errors in the comments I added before.

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-10 10:18:05 UTC (rev 21200)
+++ scummvm/trunk/engines/kyra/sound_adlib.cpp	2006-03-10 10:30:31 UTC (rev 21201)
@@ -879,8 +879,8 @@
 	state.regBx = value;
 }
 
-// This is presumably used for some sound effects, e.g. Malcolm entering and
-// leaving Kallak's hut. Related functions and variables:
+// This is presumably only used for some sound effects, e.g. Malcolm entering
+// and leaving Kallak's hut. Related functions and variables:
 //
 // updateCallback21()
 //    - Initialises unk32, unk33, unk34, unk35 and unk36
@@ -901,7 +901,7 @@
 // unk35 - initialiser for unk34 countdown
 // unk36 - initialiser for unk38 countdown
 // unk37 - frequency
-// unk38 - countdown, stops playing on zero
+// unk38 - countdown, begins playing on zero
 // unk41 - determines how often the notes are played
 //
 // Note that unk41 is never initialised. Not that it should matter much, but it


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