1
0
forked from 0ad/0ad

Change Punjab 1 water settings.

Fix a little mess-up on my last commit.

This was SVN commit r13299.
This commit is contained in:
wraitii 2013-03-16 10:16:41 +00:00
parent d709fe50ed
commit b0f1afa994
2 changed files with 4 additions and 4 deletions

Binary file not shown.

View File

@ -365,9 +365,9 @@ CityAttack.prototype.updatePreparation = function(gameState, militaryManager,eve
// Thus I will not do everything at once.
// It will probably carry over a few turns but that's no issue.
if (this.path === undefined)
this.path = this.pathFinder.getPath(this.rallyPoint,this.targetPos, this.pathSampling, this.pathWidth,250,gameState);
this.path = this.pathFinder.getPath(this.rallyPoint,this.targetPos, this.pathSampling, this.pathWidth,250);//,gameState);
else if (this.path === "toBeContinued")
this.path = this.pathFinder.continuePath(gameState);
this.path = this.pathFinder.continuePath();//gameState);
if (this.path === undefined) {
if (this.pathWidth == 6)