int x = getScreenX(tileX - 1);
int y = getScreenY(tileY - 1);
g.fillRect(x, y, Settings.TILE_SIZE * 3,
Settings.TILE_SIZE * 3);
gfx.draw(this.squareXOnScreen, this.squareYOnScreen);
// The command center construction is an exception
} else if (TileHelper.tileIsBuildable(tileX, tileY, ba
.getBuilding().getType())) {
// Can build here
gfx.draw(this.squareXOnScreen, this.squareYOnScreen);