summaryrefslogtreecommitdiff
path: root/src/localplayer.h
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-08-19 07:52:17 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-08-19 07:52:17 +0000
commite7d61515dde42c278771feedd67c60e633b34e2f (patch)
tree37339c59107c1ffabba75f47c046fae24cff2ffd /src/localplayer.h
parenta971d34980ecbeefd7db08dd7f8049795bf9f56b (diff)
downloadmana-client-e7d61515dde42c278771feedd67c60e633b34e2f.tar.gz
mana-client-e7d61515dde42c278771feedd67c60e633b34e2f.tar.bz2
mana-client-e7d61515dde42c278771feedd67c60e633b34e2f.tar.xz
mana-client-e7d61515dde42c278771feedd67c60e633b34e2f.zip
Fixed typo.
Diffstat (limited to 'src/localplayer.h')
-rw-r--r--src/localplayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/localplayer.h b/src/localplayer.h
index 111501c7..4f38fdad 100644
--- a/src/localplayer.h
+++ b/src/localplayer.h
@@ -69,7 +69,7 @@ enum
*/
enum
{
- CHAR_ATTR_BEGIN = BASE_ATTR_END,
+ CHAR_ATTR_BEGIN = NB_BEING_ATTRIBUTES,
CHAR_ATTR_STRENGTH = CHAR_ATTR_BEGIN,
CHAR_ATTR_AGILITY,
CHAR_ATTR_DEXTERITY,