1
0
forked from 0ad/0ad

This was SVN commit r9737.

This commit is contained in:
James Baillie 2011-07-02 15:32:16 +00:00
parent 7bba760801
commit 6267a61962

View File

@ -178,7 +178,7 @@ var BuildingConstructionPlanEcon = Class({
foetargets.forEach(function(ent) { foetargets.forEach(function(ent) {
if (ent.hasClass("CivCentre")) if (ent.hasClass("CivCentre"))
{ {
var infl = 32; var infl = 40;
var pos = ent.position(); var pos = ent.position();
var x = Math.round(pos[0] / cellSize); var x = Math.round(pos[0] / cellSize);
var z = Math.round(pos[1] / cellSize); var z = Math.round(pos[1] / cellSize);