gbkÁ½¸ö×ֽڱíʾһ¸öºº×Ö
This commit is contained in:
@@ -117,7 +117,7 @@ void WIN_DrawTxtAt (char *txt,int x,int y)
|
||||
else
|
||||
{
|
||||
x+=WIN_DrawWordAt(txt,x,y);
|
||||
txt+=3;
|
||||
txt+=2;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -147,7 +147,7 @@ void WIN_DrawTxtAtRect (char *txt,int x,int y,int x_size,int y_size)
|
||||
x_s=x;y_s+=WIN_GetFontHight();
|
||||
}
|
||||
x_s+=WIN_DrawWordAt(txt,x_s,y_s);
|
||||
txt+=3;
|
||||
txt+=2;
|
||||
}
|
||||
if (y_s-y>y_size-1-WIN_GetFontHight()) return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user