Correction de bugs

This commit is contained in:
stiti
2023-12-10 18:14:02 +01:00
parent 64c5fc17a6
commit c1c53b53f2
12 changed files with 84 additions and 172 deletions

View File

@@ -49,7 +49,7 @@ int attendreChoixGameOver() {
/* Vérifie si le bouton "Menu Principal" est cliqué */
if (x >= 379 && x <= 830.7 && y >= 530.3 && y <= 670.1) {
FermerGraphique();
EffacerEcran(CouleurParNom("white"));
main(); /* Renvoie vers le menu principal" */
}