1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

improvements in reading h3ms, to be tested

This commit is contained in:
mateuszb 2007-08-26 16:02:36 +00:00
parent 2541422e92
commit 4162103cf1
2 changed files with 496 additions and 350 deletions

File diff suppressed because it is too large Load Diff

View File

@ -59,7 +59,7 @@ public:
unsigned int experience; //hero's experience points
std::vector<CAbility *> abilities; //hero's abilities
std::vector<int> abilityLevels; //hero ability levels
bool defaultMianStats; //if true attack, defence, power and knowledge are typical
bool defaultMainStats; //if true attack, defence, power and knowledge are typical
};
class CCreatureObjInfo : public CSpecObjInfo