This was SVN commit r17714.
This commit is contained in:
mimo 2016-01-26 18:36:59 +00:00
parent 08d326cef5
commit 91ed318f0d

View File

@ -1189,7 +1189,7 @@ function TryConstructWall(player, cmpPlayer, controlAllUnits, cmd)
else
{
// failed to build wall piece, abort
i = j + 1; // compensate for the -1 subtracted by lastBuiltPieceIndex below
i = i + 1; // compensate for the -1 subtracted by lastBuiltPieceIndex below
break;
}
}