Fixed all warnings, some little bugs, and improved compatibility with >1GB RAM
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@54 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
2
moteur.c
2
moteur.c
@@ -426,7 +426,7 @@ void Gestion_principale(void)
|
||||
int Indice_bouton_precedent=0; // Numéro de bouton de menu sur lequel on était précédemment
|
||||
byte Blink; // L'opération demande un effacement du curseur
|
||||
int Bouton_Touche; // Bouton à enclencher d'après la touche de raccourci enfoncée
|
||||
byte Bouton_Cote; // C“té du bouton à enclencher d'après la touche de raccourci enfoncée
|
||||
byte Bouton_Cote = 0; // Côté du bouton à enclencher d'après la touche de raccourci enfoncée
|
||||
int Indice_Touche; // Indice du tableau de touches spéciales correspondant à la touche enfoncée
|
||||
char Chaine[25];
|
||||
byte Temp;
|
||||
|
||||
Reference in New Issue
Block a user