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

@@ -97,7 +97,6 @@ void Set_color(byte Couleur, byte Rouge, byte Vert, byte Bleu)
void Attendre_fin_de_click(void)
{
// On désactive tous les raccourcis clavier
Desactiver_clavier=1;
while(Mouse_K) if(!Get_input()) Wait_VBL();
}