X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Ffontgfx.c;h=4fc08ee98b3b790a05a050578988751c5e2e5384;hb=d280f25c9633d068fd3e106f2418e59ace6da2f1;hp=d6599e6027cc6ce7a694289daf6099eaf549e0d1;hpb=94b2c3169aa6501f14ef021317647259b831d185;p=16.git diff --git a/src/fontgfx.c b/src/fontgfx.c old mode 100644 new mode 100755 index d6599e60..4fc08ee9 --- a/src/fontgfx.c +++ b/src/fontgfx.c @@ -65,8 +65,8 @@ IIIIIII BBBBBBBBB MMMM M MMMM\n\ modexEnter(); /* setup camera and screen~ */ screen = modexDefaultPage(); - screen.width += (16*2); - screen.height += (16*2); + //screen.width += (16*2); + //screen.height += (16*2); //++++ modexShowPage(&screen); //modexprint(16, 16, 1, 15, "wwww"); //getch(); @@ -75,7 +75,7 @@ IIIIIII BBBBBBBBB MMMM M MMMM\n\ colpee=32; for(e=0x00; e<=0xFE; e++) { - if(chx+8>(SCREEN_WIDTH/2)-16) + if(chx+8>(screen.width/2)) { chx=0; chy+=8;