Compare commits
2 Commits
1f71c6d5bb
...
c03375610e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c03375610e | ||
|
|
614c11ec23 |
@@ -207,7 +207,7 @@ void tourJoueur(string grid[][LARGTIC], int joueur) {
|
||||
}
|
||||
|
||||
bool verifFinMatch(std::string grid[][LARGTIC]) {
|
||||
bool fin = false;
|
||||
bool fin = true;
|
||||
|
||||
// Valide horizontales
|
||||
for (int i = 0; i < 2; i++) {
|
||||
|
||||
Reference in New Issue
Block a user