mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
extend map format
This commit is contained in:
@ -219,6 +219,10 @@ void CMapLoaderH3M::readHeader()
|
||||
mapHeader->twoLevel = reader->readBool();
|
||||
mapHeader->name.appendTextID(readLocalizedString("header.name"));
|
||||
mapHeader->description.appendTextID(readLocalizedString("header.description"));
|
||||
mapHeader->author.appendRawString("");
|
||||
mapHeader->authorContact.appendRawString("");
|
||||
mapHeader->mapVersion.appendRawString("");
|
||||
mapHeader->creationDateTime = 0;
|
||||
mapHeader->difficulty = static_cast<EMapDifficulty>(reader->readInt8Checked(0, 4));
|
||||
|
||||
if(features.levelAB)
|
||||
|
Reference in New Issue
Block a user