grrrr
This commit is contained in:
parent
ad27848ef8
commit
297f74c9fc
|
@ -94,7 +94,7 @@ switch($_POST['act']){
|
||||||
|
|
||||||
//vers le bas
|
//vers le bas
|
||||||
$bottom=true;
|
$bottom=true;
|
||||||
for($y=$ytest; $i < $ytest + $shipWidth -1; $i++){
|
for($i=$ytest; $i < $ytest + $shipWidth -1; $i++){
|
||||||
if ((!isset($map[$i][$xtest]))
|
if ((!isset($map[$i][$xtest]))
|
||||||
OR ($map[$i][$xtest] == 1)){
|
OR ($map[$i][$xtest] == 1)){
|
||||||
$bottom=false;
|
$bottom=false;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user