Correction de bugs v2
This commit is contained in:
parent
432a4c76cf
commit
61f404ebf7
@ -165,6 +165,9 @@ void lancer_jeu4(void) {
|
|||||||
if (tuerSerpent(serpent, longueur)) {
|
if (tuerSerpent(serpent, longueur)) {
|
||||||
int choixGameOver;
|
int choixGameOver;
|
||||||
afficherMenuGameOver();
|
afficherMenuGameOver();
|
||||||
|
afficherScore(score);
|
||||||
|
afficher_minute(min);
|
||||||
|
afficher_seconde(sec);
|
||||||
|
|
||||||
/* Attend le choix du joueur après le game over */
|
/* Attend le choix du joueur après le game over */
|
||||||
choixGameOver = attendreChoixGameOver();
|
choixGameOver = attendreChoixGameOver();
|
||||||
|
Loading…
Reference in New Issue
Block a user