Browse Source

Place zones in order given by template. Yields better results in a number of cases.

Tomasz Zieliński 2 years ago
parent
commit
25707b6d5e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lib/rmg/CZonePlacer.cpp

+ 0 - 1
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