summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--src/localplayer.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2259852d..174fbcfd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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,