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:
gerstrong
2009-08-05 18:54:20 +00:00
parent 8a28bac6a6
commit e143ccc5a3
5 changed files with 10 additions and 12 deletions

View File

@@ -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