mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-29 23:07:48 +02:00
Merge branch 'develop' into random_template_description
This commit is contained in:
@@ -189,7 +189,7 @@ void RandomMapTab::updateMapInfoByHost()
|
||||
}
|
||||
}
|
||||
|
||||
mapInfo->mapHeader->difficulty = 1; // Normal
|
||||
mapInfo->mapHeader->difficulty = EMapDifficulty::NORMAL;
|
||||
mapInfo->mapHeader->height = mapGenOptions->getHeight();
|
||||
mapInfo->mapHeader->width = mapGenOptions->getWidth();
|
||||
mapInfo->mapHeader->twoLevel = mapGenOptions->getHasTwoLevels();
|
||||
|
||||
Reference in New Issue
Block a user