@@ -185,7 +185,7 @@ int main()
DeplacementSerpent(direction,serpent,longueur_serpent);
if(MangerPastille(serpent,pastilles,&score) == 1)
{
longueur_serpent+=2;
longueur_serpent+=4;
serpent = (int*) realloc(serpent,longueur_serpent * sizeof(int));
}
The note is not visible to the blocked user.