-BMP Loading
-Fixed PCX loading -Some work on ILBM loading -Little adaptation for long filenames (does not crash anymore, but there are display bugs) -Some other small fixes i can't remember git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@123 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
@@ -441,8 +441,15 @@ void Set_Mode_SDL()
|
||||
#else
|
||||
#define FLAGS SDL_FULLSCREEN
|
||||
#endif
|
||||
|
||||
DEBUG("Mode L",Largeur_ecran);
|
||||
DEBUG("Mode H",Hauteur_ecran);
|
||||
|
||||
Ecran_SDL=SDL_SetVideoMode(Largeur_ecran,Hauteur_ecran,8,FLAGS);
|
||||
Ecran=Ecran_SDL->pixels;
|
||||
if(Ecran_SDL != NULL)
|
||||
Ecran=Ecran_SDL->pixels;
|
||||
else
|
||||
DEBUG("Erreur changement de mode video !!",0);
|
||||
|
||||
SDL_ShowCursor(0); // Cache le curseur SDL, on le gère en soft
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user