1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00

Added information on Heroes Chronicles map ID's

This commit is contained in:
Ivan Savenko 2023-05-23 22:41:41 +03:00
parent 8d0dcd6ad7
commit c51e0ef052
2 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@ namespace CampaignVersion
AB = 5,
SoD = 6,
WoG = 6,
// Chr = 7, // Heroes Chronicles, likely identical to SoD, untested
VCMI = 1
};

View File

@ -258,6 +258,7 @@ enum class EMapFormat: uint8_t
ROE = 0x0e, // 14
AB = 0x15, // 21
SOD = 0x1c, // 28
// CHR = 0x1d, // 29 Heroes Chronicles, presumably - identical to SoD, untested
HOTA = 0x20, // 32
WOG = 0x33, // 51
VCMI = 0x64