mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-14 02:33:51 +02:00
minor fixes
This commit is contained in:
parent
ab7ce6625e
commit
81c44dac41
@ -1039,8 +1039,9 @@ public:
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
struct DLL_LINKAGE ScalingUpdater : public IUpdater
|
class DLL_LINKAGE ScalingUpdater : public IUpdater
|
||||||
{
|
{
|
||||||
|
public:
|
||||||
int valPer20;
|
int valPer20;
|
||||||
int stepSize;
|
int stepSize;
|
||||||
|
|
||||||
|
@ -109,7 +109,6 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
std::vector<HeroSpecial*> specialtyDeprecated;
|
std::vector<HeroSpecial*> specialtyDeprecated;
|
||||||
CBonusSystemNode specialty;
|
|
||||||
|
|
||||||
struct DLL_LINKAGE SecondarySkillsInfo
|
struct DLL_LINKAGE SecondarySkillsInfo
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user