[Scummvm-cvs-logs] SF.net SVN: scummvm:[46974] scummvm/trunk/engines/sci/engine/kevent.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Mon Jan 4 17:18:35 CET 2010


Revision: 46974
          http://scummvm.svn.sourceforge.net/scummvm/?rev=46974&view=rev
Author:   thebluegr
Date:     2010-01-04 16:18:35 +0000 (Mon, 04 Jan 2010)

Log Message:
-----------
Updated comment

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/kevent.cpp

Modified: scummvm/trunk/engines/sci/engine/kevent.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kevent.cpp	2010-01-04 16:16:58 UTC (rev 46973)
+++ scummvm/trunk/engines/sci/engine/kevent.cpp	2010-01-04 16:18:35 UTC (rev 46974)
@@ -145,7 +145,7 @@
 	if (s->detectDoSoundType() <= SCI_VERSION_0_LATE) {
 		// If we're running a SCI0 game, update the sound cues, to compensate
 		// for the fact that SCI0 does not poll to update the sound cues itself,
-		// like SCI01 and later do with cmdUpdateSoundCues. kAnimate is called
+		// like SCI01 and later do with cmdUpdateSoundCues. kGetEvent is called
 		// quite often, so emulate the SCI01 behavior of cmdUpdateSoundCues with
 		// this call
 		s->_soundCmd->updateSci0Cues();


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