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

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Wed Jul 14 11:04:42 CEST 2010


Revision: 50875
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50875&view=rev
Author:   m_kiewitz
Date:     2010-07-14 09:04:41 +0000 (Wed, 14 Jul 2010)

Log Message:
-----------
SCI: replacing fixme with todo

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

Modified: scummvm/trunk/engines/sci/engine/kernel.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kernel.cpp	2010-07-14 09:00:44 UTC (rev 50874)
+++ scummvm/trunk/engines/sci/engine/kernel.cpp	2010-07-14 09:04:41 UTC (rev 50875)
@@ -342,7 +342,7 @@
     { SIG_SOUNDSCI1EARLY,  5, MAP_CALL(DoSoundInit),               NULL,                   NULL },
     { SIG_SOUNDSCI1EARLY,  6, MAP_CALL(DoSoundDispose),            NULL,                   NULL },
     { SIG_SOUNDSCI1EARLY,  7, MAP_CALL(DoSoundPlay),               "oi",                   NULL },
-    // ^^ FIXME: In SCI1-SCI1.1 DoSound (play) is called by 2 methods of the Sound object: play and
+    // ^^ TODO: In SCI1-SCI1.1 DoSound (play) is called by 2 methods of the Sound object: play and
     //  playBed. The methods are the same, apart from the second integer parameter: it's 0 in
     //  play and 1 in playBed, to distinguish the caller. It's passed on, we should find out what
     //  it actually does internally


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