Revert "modification de la commande VérifFinMatch pour qu'elle fonctionne"
This reverts commit 614c11ec23.
This commit is contained in:
@@ -207,7 +207,7 @@ void tourJoueur(string grid[][LARGTIC], int joueur) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool verifFinMatch(std::string grid[][LARGTIC]) {
|
bool verifFinMatch(std::string grid[][LARGTIC]) {
|
||||||
bool fin = true;
|
bool fin = false;
|
||||||
|
|
||||||
// Valide horizontales
|
// Valide horizontales
|
||||||
for (int i = 0; i < 2; i++) {
|
for (int i = 0; i < 2; i++) {
|
||||||
|
|||||||
Reference in New Issue
Block a user