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