[Scummvm-cvs-logs] SF.net SVN: scummvm:[42818] scummvm/trunk/graphics/sjis.h

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sun Jul 26 16:18:21 CEST 2009


Revision: 42818
          http://scummvm.svn.sourceforge.net/scummvm/?rev=42818&view=rev
Author:   lordhoto
Date:     2009-07-26 14:18:21 +0000 (Sun, 26 Jul 2009)

Log Message:
-----------
Specify that the chars passed to FontSJIS::drawChar should be little endian.

Modified Paths:
--------------
    scummvm/trunk/graphics/sjis.h

Modified: scummvm/trunk/graphics/sjis.h
===================================================================
--- scummvm/trunk/graphics/sjis.h	2009-07-26 14:18:06 UTC (rev 42817)
+++ scummvm/trunk/graphics/sjis.h	2009-07-26 14:18:21 UTC (rev 42818)
@@ -96,7 +96,7 @@
 	 * Draws a SJIS char on the given raw buffer.
 	 *
 	 * @param dst	pointer to the destination
-	 * @param ch	character to draw
+	 * @param ch	character to draw (in little endian)
 	 * @param pitch	pitch of the destination buffer (size in *bytes*)
 	 * @param bpp	bytes per pixel of the destination buffer
 	 * @param c1	forground color


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