no printf + changement win and lose png
This commit is contained in:
BIN
image/lose.png
LFS
BIN
image/lose.png
LFS
Binary file not shown.
BIN
image/lose.png~
LFS
Normal file
BIN
image/lose.png~
LFS
Normal file
Binary file not shown.
BIN
image/win.png
LFS
BIN
image/win.png
LFS
Binary file not shown.
BIN
image/win.png~
LFS
Normal file
BIN
image/win.png~
LFS
Normal file
Binary file not shown.
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user