From 4dbb3e75160e465dbcdb6de282d2e4ad8f89bdc0 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Tue, 29 Apr 2008 08:46:00 +0000 Subject: Name structs with capital, just like classes. --- src/localplayer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/localplayer.cpp') 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 -- cgit v1.2.3-70-g09d2