diff options
| author | Johannes Schickel | 2009-07-26 14:18:21 +0000 | 
|---|---|---|
| committer | Johannes Schickel | 2009-07-26 14:18:21 +0000 | 
| commit | be9c906c728087c7ab10b33d55065f6cf3f1d201 (patch) | |
| tree | a6300ef7f61ad1c630ecd9ef51960805863b8e81 | |
| parent | 15662b3cfbfe6bde789c68e20c20ff4b8ef2eb37 (diff) | |
| download | scummvm-rg350-be9c906c728087c7ab10b33d55065f6cf3f1d201.tar.gz scummvm-rg350-be9c906c728087c7ab10b33d55065f6cf3f1d201.tar.bz2 scummvm-rg350-be9c906c728087c7ab10b33d55065f6cf3f1d201.zip | |
Specify that the chars passed to FontSJIS::drawChar should be little endian.
svn-id: r42818
| -rw-r--r-- | graphics/sjis.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/graphics/sjis.h b/graphics/sjis.h index 60bf7844a3..b690401547 100644 --- a/graphics/sjis.h +++ b/graphics/sjis.h @@ -96,7 +96,7 @@ public:  	 * 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 | 
