diff --git a/jeu.c b/jeu.c index 58ad430..ecb1eee 100644 --- a/jeu.c +++ b/jeu.c @@ -10,6 +10,7 @@ int jeu(int position[20][4]){ int score=0,repet,test=0; int pos_x,pos_y; int i,j,g; + int nb_paires; int clic_x,clic_y,im_y,im_x; unsigned long temps, temps2,temps3; char tempstab[50],affichage[50];; @@ -17,6 +18,7 @@ int jeu(int position[20][4]){ int tab[3]; couleur c=CouleurParComposante(0,0,0); temps2=Microsecondes(); + for (i=0) while(score<20){ printf("\n\nVoici le score: %d\n", score); temps=(Microsecondes()-temps2)/1000000;