1
0
forked from 0ad/0ad

Fix build error

This was SVN commit r8059.
This commit is contained in:
Ykkrosh 2010-09-03 10:09:41 +00:00
parent 2b57f4f998
commit 1fb90357b2

View File

@ -111,7 +111,7 @@ public:
fixed x = fixed::FromFloat(1.5f*range.ToFloat() * rand()/(float)RAND_MAX);
fixed z = fixed::FromFloat(1.5f*range.ToFloat() * rand()/(float)RAND_MAX);
// printf("# %f %f\n", x.ToFloat(), z.ToFloat());
cmpObstructionMan->AddUnitShape(x, z, fixed::FromInt(2), false);
cmpObstructionMan->AddUnitShape(x, z, fixed::FromInt(2), false, INVALID_ENTITY);
}
NullObstructionFilter filter;