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];