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:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user