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:
parent
8d0dcd6ad7
commit
c51e0ef052
@ -30,6 +30,7 @@ namespace CampaignVersion
|
||||
AB = 5,
|
||||
SoD = 6,
|
||||
WoG = 6,
|
||||
// Chr = 7, // Heroes Chronicles, likely identical to SoD, untested
|
||||
VCMI = 1
|
||||
};
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user