no printf + changement win and lose png

This commit is contained in:
2024-12-30 13:23:29 +01:00
parent 97cbf06748
commit 4cd165867e
5 changed files with 10 additions and 5 deletions

View File

@@ -677,7 +677,6 @@ unsigned int scoreCalculator(score *score_user, bool win)
{
unsigned short int result = 65535; //plus grand nombre
int time = score_user->after - score_user->before;
printf("%d\n", time);
result -= (score_user->move_box + score_user->move_player) * time;
if (!win)
{