diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | src/localplayer.h | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2007-08-19 Guillaume Melquiond <guillaume.melquiond@gmail.com> + + * src/localplayer.h: Fixed typo. + 2007-08-18 Guillaume Melquiond <guillaume.melquiond@gmail.com> * src/localplayer.cpp, src/gui/status.cpp, src/net/protocol.h, 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, |