Mac os X port. Compiles and runs slowly

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@256 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2008-10-14 20:42:05 +00:00
parent 0794f573cb
commit 584c4696c1
10 changed files with 157 additions and 3 deletions

View File

@@ -661,6 +661,12 @@ int main(int argc, char * argv[])
/* On initialise SFont */
MyFont = SFont_InitFont(IMG_Load("8pxfont.png"));
if(MyFont==NULL)
{
SDL_Quit();
exit(0);
}
Dessiner_ecran_principal();
if(!Initialiser_config())