mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-15 20:03:15 +02:00
minor fixes
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user