Fixes some little bugs with Attendre_fin_de_click.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@597 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2009-02-04 20:30:02 +00:00
parent 211e88e2bc
commit 16b405ccfe
5 changed files with 1 additions and 8 deletions

View File

@@ -144,7 +144,6 @@ byte Readline_ex(word Pos_X,word Pos_Y,char * Chaine,byte Taille_affichee,byte T
byte Offset=0; // Indice du premier caractère affiché
// Effacement de la chaîne
Block(Fenetre_Pos_X+(Pos_X*Menu_Facteur_X),Fenetre_Pos_Y+(Pos_Y*Menu_Facteur_Y),
Taille_affichee*(Menu_Facteur_X<<3),(Menu_Facteur_Y<<3),COULEUR_FOND);