1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-13 01:20:34 +02:00

Some more fixes for limiters and specialties.

This commit is contained in:
DjWarmonger
2013-01-19 18:52:13 +00:00
parent 79062eb15c
commit 1e90de3c9f
3 changed files with 3 additions and 2 deletions

View File

@ -328,7 +328,7 @@ public:
struct DLL_LINKAGE HeroSpecial : CBonusSystemNode
{
bool growsWithLevel;
ui8 growsWithLevel;
HeroSpecial(){growsWithLevel = false;};