X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fcommon%2FHero.h;fp=src%2Fcommon%2FHero.h;h=a0f1da47fc0af02833cc10f6bb00033d9de89afa;hb=b9e715649b41cb69ea1b2d2a588522541eb87b46;hp=1b4c8d10954c3076007d38730a2a622daf900f3d;hpb=3d69f521b593457304b282e5f23e36ab165288b6;p=l2e.git diff --git a/src/common/Hero.h b/src/common/Hero.h index 1b4c8d1..a0f1da4 100644 --- a/src/common/Hero.h +++ b/src/common/Hero.h @@ -3,6 +3,7 @@ namespace common { class Item; + class LevelUp; class Spell; class Upgrade; } @@ -116,8 +117,7 @@ private: int level; int experience; - // TODO: ladder should contain hp, mp, and stats mods. - int *levelLadder; + LevelUp *levelLadder; int numLevels; int useMask;