gbkÁ½¸ö×ֽڱíʾһ¸öºº×Ö

This commit is contained in:
2025-07-05 20:43:22 +08:00
parent 079aa9f868
commit 0981cae9c4

View File

@@ -117,7 +117,7 @@ void WIN_DrawTxtAt (char *txt,int x,int y)
else else
{ {
x+=WIN_DrawWordAt(txt,x,y); 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=x;y_s+=WIN_GetFontHight();
} }
x_s+=WIN_DrawWordAt(txt,x_s,y_s); x_s+=WIN_DrawWordAt(txt,x_s,y_s);
txt+=3; txt+=2;
} }
if (y_s-y>y_size-1-WIN_GetFontHight()) return; if (y_s-y>y_size-1-WIN_GetFontHight()) return;
} }