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

More rollback.

This commit is contained in:
DjWarmonger
2014-05-23 13:23:03 +02:00
parent 5b0b152aa3
commit 342aec0700
3 changed files with 5 additions and 5 deletions

View File

@ -841,7 +841,7 @@ void CGameState::initNewGame()
// Gen map
CMapGenerator mapGenerator(scenarioOps->mapGenOptions, scenarioOps->seedToBeUsed);
map = mapGenerator.generate();
map = mapGenerator.generate().release();
// Update starting options
for(int i = 0; i < map->players.size(); ++i)