"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:
5
main.c
5
main.c
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user