Revert "modification de la commande VérifFinMatch pour qu'elle fonctionne"

This reverts commit 614c11ec23.
This commit is contained in:
Lea
2025-11-28 08:31:33 -05:00
parent c03375610e
commit b627bfe215

View File

@@ -207,7 +207,7 @@ void tourJoueur(string grid[][LARGTIC], int joueur) {
}
bool verifFinMatch(std::string grid[][LARGTIC]) {
bool fin = true;
bool fin = false;
// Valide horizontales
for (int i = 0; i < 2; i++) {