Ver Fonte

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

Tomasz Zieliński há 2 anos atrás
pai
commit
25707b6d5e
1 ficheiros alterados com 0 adições e 1 exclusões
  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