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

Advance map header serialization

This commit is contained in:
AlexVinS
2016-02-21 22:13:20 +03:00
parent 4ebafa17b4
commit a4b6d34ebe
6 changed files with 26 additions and 15 deletions

View File

@ -35,8 +35,8 @@ public:
{
CMapGenOptions opt;
opt.setHeight(CMapHeader::MAP_SIZE_LARGE);
opt.setWidth(CMapHeader::MAP_SIZE_LARGE);
opt.setHeight(CMapHeader::MAP_SIZE_MIDDLE);
opt.setWidth(CMapHeader::MAP_SIZE_MIDDLE);
opt.setHasTwoLevels(true);
opt.setPlayerCount(4);