diff --git a/src/obstacle/SphereObstacle.cxx b/src/obstacle/SphereObstacle.cxx index a98865fdc6..ef56558244 100644 --- a/src/obstacle/SphereObstacle.cxx +++ b/src/obstacle/SphereObstacle.cxx @@ -43,7 +43,7 @@ SphereObstacle::SphereObstacle(const MeshTransform& xform, int physics, bool bounce, bool drive, bool shoot, bool rico) : Obstacle(_pos, _rotation, _size[0], _size[1], _size[2], drive, shoot, - rico) + rico) { // arc specific parameters transform = xform;