diff --git a/gfx2.cfg b/gfx2.cfg index 2bf5640a..e41d2509 100644 Binary files a/gfx2.cfg and b/gfx2.cfg differ diff --git a/moteur.c b/moteur.c index 95e95588..7148b9c2 100644 --- a/moteur.c +++ b/moteur.c @@ -535,7 +535,7 @@ void Gestion_principale(void) // Gestion des touches if (Touche) { - for (Indice_Touche=0;(Indice_ToucheSPECIAL_CLICK_RIGHT) @@ -2026,6 +2026,7 @@ short Fenetre_Numero_bouton_clicke(void) //long Hauteur_Curseur_jauge; long Hauteur_maxi_jauge; + Fenetre_Attribut1=Mouse_K; // Test du click sur les boutons normaux for (Temp1=Fenetre_Liste_boutons_normal; Temp1; Temp1=Temp1->Next) @@ -2057,8 +2058,6 @@ short Fenetre_Numero_bouton_clicke(void) Effacer_curseur(); Fenetre_Desenfoncer_bouton_normal(Temp1->Pos_X,Temp1->Pos_Y,Temp1->Largeur,Temp1->Hauteur); Afficher_curseur(); - - Fenetre_Attribut1=Mouse_K; return Temp1->Numero; } }