mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
Fixed parsing of some user-made H3M maps
This commit is contained in:
@ -49,7 +49,7 @@ MapFormatFeaturesH3M MapFormatFeaturesH3M::getFeaturesROE()
|
||||
|
||||
result.factionsCount = 8;
|
||||
result.heroesCount = 128;
|
||||
result.heroesPortraitsCount = 128;
|
||||
result.heroesPortraitsCount = 130; // +General Kendal, +Catherine (portrait-only in RoE)
|
||||
result.artifactsCount = 127;
|
||||
result.resourcesCount = 7;
|
||||
result.creaturesCount = 118;
|
||||
|
Reference in New Issue
Block a user