Text with SFont, unfinished. Also merged in some Makefile tweaks by xeron
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@318 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
2
gfxcfg.c
2
gfxcfg.c
@@ -660,7 +660,7 @@ int main(__attribute__((unused)) int argc, __attribute__((unused)) char *argv[])
|
||||
SDL_EnableUNICODE(SDL_ENABLE);
|
||||
|
||||
/* On initialise SFont */
|
||||
MyFont = SFont_InitFont(IMG_Load("8pxfont.png"));
|
||||
MyFont = SFont_InitFont(IMG_Load("fonts/8pxfont.png"));
|
||||
|
||||
if(MyFont==NULL)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user