mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
remove dupplicated (and buggy) line introduced in 0fcc074a65
This was SVN commit r15302.
This commit is contained in:
parent
53ea269af0
commit
a96953efea
1 changed files with 0 additions and 1 deletions
|
|
@ -448,7 +448,6 @@ m.ConstructionPlan.prototype.getDockAngle = function(gameState, template, x, z)
|
|||
return false;
|
||||
|
||||
var pos = gameState.ai.accessibility.gamePosToMapPos([x, z]);
|
||||
var pos = gameState.ai.accessibility.gamePosToMapPos(pos);
|
||||
var j = pos[0] + pos[1]*gameState.ai.accessibility.width;
|
||||
var seaRef = gameState.ai.accessibility.navalPassMap[j];
|
||||
const numPoints = 16;
|
||||
|
|
|
|||
Loading…
Reference in a new issue