1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-14 02:33:51 +02:00

minor fixes

This commit is contained in:
Henning Koehler 2017-09-15 12:20:03 +12:00
parent ab7ce6625e
commit 81c44dac41
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -109,7 +109,6 @@ public:
}; };
std::vector<HeroSpecial*> specialtyDeprecated; std::vector<HeroSpecial*> specialtyDeprecated;
CBonusSystemNode specialty;
struct DLL_LINKAGE SecondarySkillsInfo struct DLL_LINKAGE SecondarySkillsInfo
{ {