From 48da4cda17df3e7993f204dcfac15beee9d97a9b Mon Sep 17 00:00:00 2001 From: rohaut Date: Tue, 28 Nov 2023 23:06:14 +0100 Subject: [PATCH] message de fin --- JEUX_SERPENT/main2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JEUX_SERPENT/main2.c b/JEUX_SERPENT/main2.c index fe90e17..228b037 100644 --- a/JEUX_SERPENT/main2.c +++ b/JEUX_SERPENT/main2.c @@ -82,7 +82,7 @@ void Update_Timer() { void Update_Serpent() { - + AfficherSprite(serpent, pos_x[0], pos_y[0]); for (i = 1; i < segment; i++) { pos_x[i] = old_x[i - 1];