small cleanup / fixes

git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@92 4df4b0f3-56ce-47cb-b001-ed939b7d65a6
This commit is contained in:
albertzeyer
2009-07-22 16:26:22 +00:00
parent 08d3aa20a0
commit 74c1f1692b
2 changed files with 2 additions and 6 deletions

View File

@@ -645,7 +645,6 @@ unsigned int i,x,y;
y=yoff;
for(i=0;i<text.size();i++)
{
if (!text[i]) break;
if (text[i]!=13)
{
sb_drawCharacterwithmask(x, y, text[i], mask);