fix parse error

This commit is contained in:
Gnieark 2015-12-14 16:49:33 +01:00
parent 88c227e188
commit 3893ff6b98
1 changed files with 1 additions and 1 deletions

View File

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