diff --git a/lib/rmg/CZonePlacer.cpp b/lib/rmg/CZonePlacer.cpp index 781d9a0d0..c82502cdb 100644 --- a/lib/rmg/CZonePlacer.cpp +++ b/lib/rmg/CZonePlacer.cpp @@ -104,7 +104,6 @@ void CZonePlacer::placeOnGrid(CRandomGenerator* rand) GridType grid(boost::extents[gridSize][gridSize]); TZoneVector zonesVector(zones.begin(), zones.end()); - RandomGeneratorUtil::randomShuffle(zonesVector, *rand); //Place first zone