From 580c084bdf13180e75deb64d35fe800b3af63bea Mon Sep 17 00:00:00 2001 From: gnieark Date: Sat, 14 May 2016 23:11:32 +0200 Subject: [PATCH] debug --- src/arenas/connectFour/act.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arenas/connectFour/act.php b/src/arenas/connectFour/act.php index b929205..7392db5 100644 --- a/src/arenas/connectFour/act.php +++ b/src/arenas/connectFour/act.php @@ -130,7 +130,7 @@ switch ($_POST['act']){ } } //tester si 4 pions allignés diagonale vers la gauche - if((!$wins) && ($i > 3) && ($j < 3)){ + if((!$wins) && ($i > 2) && ($j < 2)){ $wins=true; for($x = $i-1, $y = $j+1; $x > $i - 4 ; $x++, $y++){ if($_SESSION['map'][$y][$x] <> $you){