Correction de bugs v2

This commit is contained in:
stiti 2023-12-10 19:00:03 +01:00
parent 432a4c76cf
commit 61f404ebf7

View File

@ -165,6 +165,9 @@ void lancer_jeu4(void) {
if (tuerSerpent(serpent, longueur)) {
int choixGameOver;
afficherMenuGameOver();
afficherScore(score);
afficher_minute(min);
afficher_seconde(sec);
/* Attend le choix du joueur après le game over */
choixGameOver = attendreChoixGameOver();