mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 11:04:07 +00:00
fix typo
This was SVN commit r17714.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user