fix parse error

This commit is contained in:
Gnieark 2015-12-14 16:49:33 +01:00
parent 88c227e188
commit 3893ff6b98

View File

@ -112,7 +112,7 @@ switch($_POST['act']){
$rigth=false; $rigth=false;
}else{ }else{
$right=true; $right=true;
for($i=$xtest; $i < $xtest + $shipWidth, $i++){ for($i = $xtest; $i < $xtest + $shipWidth; $i++){
if($map[$ytest][$i] == 1){ if($map[$ytest][$i] == 1){
$right= false; $right= false;
break; break;