From 50af22bdb01290f43e7be71b95037d1d61991486 Mon Sep 17 00:00:00 2001 From: abraham Date: Fri, 15 Nov 2024 15:57:03 +0100 Subject: [PATCH] changement --- comportementJCJ.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/comportementJCJ.c b/comportementJCJ.c index b6bc873..c70dda2 100644 --- a/comportementJCJ.c +++ b/comportementJCJ.c @@ -69,11 +69,12 @@ void compJCJ(int taille){ if(tour == 0){ Efface(); EcrireTexte(30, 40, "Tour du joueur 1", 2); - while(1){} tour++; }else if(tour == 2){ Efface(); EcrireTexte(30, 40, "Joueur 1 place le bloc", 2); + while(1){ + } tour++; }else if(tour == 3){ Efface();