mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Fix loading of some user-made maps
This commit is contained in:
@@ -75,7 +75,7 @@ MapFormatFeaturesH3M MapFormatFeaturesH3M::getFeaturesAB()
|
||||
result.factionsBytes = 2; // + Conflux
|
||||
result.factionsCount = 9;
|
||||
|
||||
result.creaturesCount = 144; // + Conflux and new neutrals
|
||||
result.creaturesCount = 145; // + Conflux and new neutrals
|
||||
|
||||
result.heroesCount = 156; // + Conflux and campaign heroes
|
||||
result.heroesPortraitsCount = 163;
|
||||
|
||||
Reference in New Issue
Block a user