diff options
Diffstat (limited to 'src/localplayer.cpp')
-rw-r--r-- | src/localplayer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/localplayer.cpp b/src/localplayer.cpp index 5bf6ec0e..7d734a2c 100644 --- a/src/localplayer.cpp +++ b/src/localplayer.cpp @@ -421,9 +421,9 @@ void LocalPlayer::lowerAttribute(size_t attr) Net::GameServer::Player::lowerAttribute(attr + CHAR_ATTR_BEGIN); } -const struct LocalPlayer::skillInfo& LocalPlayer::getSkillInfo(int skill) +const struct LocalPlayer::SkillInfo& LocalPlayer::getSkillInfo(int skill) { - static const skillInfo skills[CHAR_SKILL_NB + 1] = + static const SkillInfo skills[CHAR_SKILL_NB + 1] = { { _("Unarmed"), "graphics/gui/unarmed.png" }, // CHAR_SKILL_WEAPON_NONE { _("Knife"), "graphics/gui/knife.png" }, // CHAR_SKILL_WEAPON_KNIFE |