"Help" text is now hard-coded in tables_aide.h and compiled into the exe,

instead of being encrypted in the middle of gfx.dat


git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@158 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2008-09-16 23:22:18 +00:00
parent 9cae113c99
commit 7175fe7b17
7 changed files with 588 additions and 74 deletions

5
main.c
View File

@@ -594,7 +594,6 @@ void Initialisation_du_programme(int argc,char * argv[])
// ------------------------- Fermeture du programme --------------------------
void Fermeture_du_programme(void)
{
unsigned Bidon;
int Retour;
// On libère le buffer de gestion de lignes
@@ -612,10 +611,6 @@ void Fermeture_du_programme(void)
free(Brouillon_Ecran);
free(Principal_Ecran);
// On libère également les données de l'aide:
for (Bidon=0;Bidon<NB_SECTIONS_AIDE;Bidon++)
free(Table_d_aide[Bidon].Debut_de_la_liste);
Passer_en_mode_texte(Ancien_nb_lignes);
Clavier_de_depart();