Ajout du rapport.txt + supression des warnings

This commit is contained in:
Vincent
2023-12-09 09:35:00 +01:00
parent 16054ef43f
commit 224497863a
6 changed files with 36 additions and 9 deletions

10
main.c
View File

@@ -35,18 +35,12 @@ PIXELS gen_pastille()
{
x_pastille =+ DECALEMENT;
}
else if(x_pastille >W_GAME-DECALEMENT)
{
x_pastille - DECALEMENT;
}
if(y_pastille < DECALEMENT)
{
y_pastille =+ DECALEMENT;
}
else if(y_pastille > H_GAME-DECALEMENT)
{
y_pastille - DECALEMENT;
}
pastille.x = x_pastille ;
pastille.y = y_pastille ;