1
0
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:
Ivan Savenko
2024-02-11 17:54:18 +02:00
committed by GitHub
268 changed files with 6195 additions and 5878 deletions

View File

@@ -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();