some work on the titlepage and credit help.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@228 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2008-10-11 15:17:25 +00:00
parent 7af17f107d
commit 157722706b
3 changed files with 28 additions and 14 deletions

View File

@@ -135,7 +135,6 @@ void Dessiner_ecran_principal()
SFont_Write(Ecran,MyFont,8*75,48,"Err");
SDL_UpdateRect(Ecran,0,0,640,480);
}
/* Displays informations about an option */
@@ -273,7 +272,11 @@ char * Interpretation_du_fichier_config()
{
Config[Indice_touche].Touche = Touche;
Config[Indice_touche].Touche2 = Touche2;
//printf("%4d %s\n", Indice_touche, Nom_touche(Touche));
// Utilisé pour afficher la liste complète des raccourcis dans le format du wiki...
/* printf("||%s||%s||%s %s||\n", Config[Indice_touche].Libelle,
Nom_touche(Touche),
Config[Indice_touche].Explic1,
Config[Indice_touche].Explic2); */
break;
}
}