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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Fri Jun 25 17:06:00 CEST 2010


Revision: 50267
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50267&view=rev
Author:   thebluegr
Date:     2010-06-25 15:06:00 +0000 (Fri, 25 Jun 2010)

Log Message:
-----------
Some more info on kText(), removed dead code

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

Modified: scummvm/trunk/engines/sci/engine/kernel32.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kernel32.cpp	2010-06-25 14:50:27 UTC (rev 50266)
+++ scummvm/trunk/engines/sci/engine/kernel32.cpp	2010-06-25 15:06:00 UTC (rev 50267)
@@ -515,8 +515,8 @@
 	switch (argv[0].toUint16()) {
 	case 0:
 		return kTextSize(s, argc - 1, argv + 1);
-		break;
 	default:
+		// TODO: Other subops here too, perhaps kTextColors and kTextFonts
 		warning("kText(%d)", argv[0].toUint16());
 		break;
 	}


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