Browse Source

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

Tomasz Zieliński 2 năm trước cách đây
mục cha
commit
25707b6d5e
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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