mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +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 stepSize;
|
||||
|
||||
|
@ -109,7 +109,6 @@ public:
|
||||
};
|
||||
|
||||
std::vector<HeroSpecial*> specialtyDeprecated;
|
||||
CBonusSystemNode specialty;
|
||||
|
||||
struct DLL_LINKAGE SecondarySkillsInfo
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user