X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Ffontgfx.c;h=90e6a8692063a4fb843dd93790f401a8e419eb0f;hb=e553045660c23a10ae193562ec2b46a8a2b84ee6;hp=954416d58b68437ff650431200b2f6f850298d61;hpb=8239a15b6eaad9b098720623339f168a54f51ca5;p=16.git diff --git a/src/fontgfx.c b/src/fontgfx.c index 954416d5..90e6a869 100755 --- a/src/fontgfx.c +++ b/src/fontgfx.c @@ -28,7 +28,6 @@ #include #include #include -#include global_game_variables_t gvar; @@ -122,7 +121,7 @@ IIIIIII BBBBBBBBB MMMM M MMMM\n\ if(colpee>=32+24) colpee=32; } getch(); - modexprint(&gvar.video.page[0], gvar.video.page[0].width - (8*16)/*HACK: The rose ASCII is too wide for 320x240 so offset it to make sure the petals are visible*/, 8, 1, 32, 0, &rose); + modexprint(&gvar.video.page[0], gvar.video.page[0].width - (8*16)/*HACK: The rose ASCII is too wide for 320x240 so offset it to make sure the petals are visible*/, 8, 1, 45, 0, &rose); getch(); //modexprint(100, 100, 1, 47, 0, "wwww"); // modexprint(0, 0, 1, 0, colpee, &rose);