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:
parent
2541422e92
commit
4162103cf1
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user