Idk, dude

This commit is contained in:
Sunny
2025-12-05 10:02:20 -05:00
parent a72da69ea7
commit b991978b6d

View File

@@ -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;