mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-26 03:52:01 +02:00
Some more.
This commit is contained in:
parent
aead8da54f
commit
2d8cd1c5b5
@ -840,7 +840,7 @@ void CGameState::initNewGame()
|
||||
CStopWatch sw;
|
||||
|
||||
// Gen map
|
||||
CMapGenerator mapGenerator(*scenarioOps->mapGenOptions, std::time(nullptr));
|
||||
CMapGenerator mapGenerator(*scenarioOps->mapGenOptions, scenarioOps->seedToBeUsed);
|
||||
map = mapGenerator.generate();
|
||||
|
||||
// Update starting options
|
||||
|
Loading…
x
Reference in New Issue
Block a user