Fixed minor font (story text images) and sprite (ending seq ep 1) issues
git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@212 4df4b0f3-56ce-47cb-b001-ed939b7d65a6
This commit is contained in:
@@ -651,7 +651,7 @@ void CGraphics::sb_font_draw(const std::string& text, int xoff, int yoff)
|
||||
{
|
||||
if (text[i]!=13)
|
||||
{
|
||||
sb_drawCharacter(x, y, text[i]);
|
||||
sb_drawCharacter(x, y, (unsigned char)text[i]);
|
||||
x+=8;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user