1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-29 00:41:38 +02:00

Trying to restore recent type of mapGenOptions.

This commit is contained in:
DjWarmonger
2014-05-23 11:56:51 +02:00
parent eae7e5c51f
commit 5b0b152aa3
4 changed files with 24 additions and 24 deletions

View File

@ -840,7 +840,7 @@ void CGameState::initNewGame()
CStopWatch sw;
// Gen map
CMapGenerator mapGenerator(*scenarioOps->mapGenOptions, scenarioOps->seedToBeUsed);
CMapGenerator mapGenerator(scenarioOps->mapGenOptions, scenarioOps->seedToBeUsed);
map = mapGenerator.generate();
// Update starting options