Initialisaton de hauteur dans struct colonne
This commit is contained in:
1
grille.c
1
grille.c
@ -45,6 +45,7 @@ colonne *creer_colonne(int hauteur_max)
|
||||
init_zeros(col->jetons, hauteur_max);
|
||||
|
||||
col->hauteur_max = hauteur_max;
|
||||
col->hauteur = 0;
|
||||
|
||||
return col;
|
||||
}
|
||||
|
Reference in New Issue
Block a user