This commit is contained in:
gnieark 2015-12-15 23:55:24 +01:00
parent ad27848ef8
commit 297f74c9fc

View File

@ -94,7 +94,7 @@ switch($_POST['act']){
//vers le bas
$bottom=true;
for($y=$ytest; $i < $ytest + $shipWidth -1; $i++){
for($i=$ytest; $i < $ytest + $shipWidth -1; $i++){
if ((!isset($map[$i][$xtest]))
OR ($map[$i][$xtest] == 1)){
$bottom=false;