Attempt at fixing BeOS build that I broke in r345 -> Issue 61.
Completed bugfinders list. git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@362 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
3
main.c
3
main.c
@@ -334,8 +334,9 @@ void Initialisation_du_programme(int argc,char * argv[])
|
||||
{
|
||||
// Routine pour définir l'icone.
|
||||
char Chemin_icone[256];
|
||||
SDL_Surface * Icone;
|
||||
sprintf(Chemin_icone, "%s%s", Repertoire_du_programme, "gfx2.gif");
|
||||
SDL_Surface * Icone = IMG_Load(Chemin_icone);
|
||||
Icone = IMG_Load(Chemin_icone);
|
||||
if (Icone)
|
||||
{
|
||||
byte *Masque_icone;
|
||||
|
||||
Reference in New Issue
Block a user