remove dupplicated (and buggy) line introduced in 0fcc074a65

This was SVN commit r15302.
This commit is contained in:
mimo 2014-06-05 17:51:06 +00:00
parent 53ea269af0
commit a96953efea

View file

@ -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;