1
0
forked from mirrors/0ad

Don't use that variable outside of scope.

This was SVN commit r17913.
This commit is contained in:
elexis
2016-03-18 17:54:22 +00:00
parent 31fe2770f6
commit d5059e8e23
@@ -234,7 +234,7 @@ for (let i = 0; i < teams.length; ++i)
let bbDist = 10;
let bbX = round(fx + bbDist * cos(bbAngle));
let bbZ = round(fz + bbDist * sin(bbAngle));
group = new SimpleGroup(
let group = new SimpleGroup(
[new SimpleObject(oFruitBush, 5, 5, 0, 3)],
true, clBaseResource, bbX, bbZ
);