From: sparky4 Date: Tue, 14 Jul 2015 14:24:19 +0000 (-0500) Subject: fixings~ about to shiftjis! X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=fd0c916341d6d133e2e4a160a6aa4ee481c35dc1;p=16.git fixings~ about to shiftjis! modified: fontgfx.exe modified: src/fontgfx.c --- diff --git a/fontgfx.exe b/fontgfx.exe index a601fc6a..49d50e57 100644 Binary files a/fontgfx.exe and b/fontgfx.exe differ diff --git a/src/fontgfx.c b/src/fontgfx.c index 90cc0b9e..386d8bed 100644 --- a/src/fontgfx.c +++ b/src/fontgfx.c @@ -36,7 +36,7 @@ void main(int argc, char near *argv[]) //getch(); chx=0; chy=0; - for(e=''; e<=''; e++) + for(e=''; e<='~'; e++) { modexprint(chx, chy, 1, 15, &e); chx+=8;