This was SVN commit r9739.

This commit is contained in:
James Baillie 2011-07-02 16:57:51 +00:00
parent 3756aaef48
commit 9a6f90b90d
2 changed files with 2 additions and 2 deletions

View File

@ -190,7 +190,7 @@ var BuildingConstructionPlan = Class({
if (obstructionTiles[i] > radius)
{
var v = friendlyTiles[i];
var foe = enemyTiles[i];
//var foe = enemyTiles[i];
//JuBotAI.prototype.chat(v);
//JuBotAI.prototype.chat(i);
//JuBotAI.prototype.chat(foe);

View File

@ -200,7 +200,7 @@ var BuildingConstructionPlanEcon = Class({
if (obstructionTiles[i] > radius)
{
var v = friendlyTiles[i];
var foe = enemyTiles[i];
//var foe = enemyTiles[i];
//JuBotAI.prototype.chat(v);
//JuBotAI.prototype.chat(i);
//JuBotAI.prototype.chat(foe);