ben ouais tu rentre qu'une fois dans la boucle
if(dm.tab[place_x][place_y] == 1)
{
mine.x = place_x * 50; mine.y = place_y * 50;
mine.x = mine.x + 25; mine.y = mine.y + 25;
draw_fill_circle(mine, 13, color5);}
else{
POINT aff_nombre;
aff_nombre.x = place_x * 50; aff_nombre.y = place_y * 50;
aff_nombre.x = aff_nombre.x + 10; aff_nombre.y = aff_nombre.y + 30;
//int nombre_adj = 1;
aff_pol("A", 20, aff_nombre, color5);}
}
rajoute un for
(i=0; i<10; i++)
for(j=0; j<10; j++)
tu dois parcourir toute les cases du tableau pas qu'une seul