correction de petits bugs

This commit is contained in:
proal 2022-12-08 12:43:17 +01:00
parent 985a9e81da
commit e18ecaa1be

6
jeu.c
View File

@ -48,8 +48,10 @@ int jeu(int position[20][4], int nb_paires,int tab[40]){
} }
temps3=temps; temps3=temps;
repet=0; repet=0;
/*comparer[0]="vide"; im_x_1=0;
comparer[1]="vide";*/ im_x_2=0;
im_y_1=0;
im_y_2=0;
while (repet<2){ while (repet<2){
temps=(Microsecondes()-temps2)/1000000; temps=(Microsecondes()-temps2)/1000000;
if(temps!=temps3){ if(temps!=temps3){