Idk, dude
This commit is contained in:
@@ -191,6 +191,7 @@ bool verifFinMatch(std::string grid[][LARGTIC], int compteur) {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
compteur++;
|
||||||
// Valide horizontales 00, 01, 02 || 10, 11, 12 || 20, 21, 22
|
// Valide horizontales 00, 01, 02 || 10, 11, 12 || 20, 21, 22
|
||||||
for (int i = 0; i < LARGTIC; i++) {
|
for (int i = 0; i < LARGTIC; i++) {
|
||||||
fin = true;
|
fin = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user