summaryrefslogtreecommitdiff
path: root/src/being.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2006-08-26 16:01:24 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2006-08-26 16:01:24 +0000
commitef4486580fc7b8293555fcabc398ed0c2b90d78e (patch)
tree41312f2ab68ceaa95ca0cc235f6b612c790bb90e /src/being.h
parent5cc5c903df7b535c6bf27987b89a405812d89735 (diff)
downloadmana-client-ef4486580fc7b8293555fcabc398ed0c2b90d78e.tar.gz
mana-client-ef4486580fc7b8293555fcabc398ed0c2b90d78e.tar.bz2
mana-client-ef4486580fc7b8293555fcabc398ed0c2b90d78e.tar.xz
mana-client-ef4486580fc7b8293555fcabc398ed0c2b90d78e.zip
Got rid of numerous additions and substractions to the hair style and color.
Hair style 0 was added and defined as being bald (so bald is no longer a hardcoded style).
Diffstat (limited to 'src/being.h')
-rw-r--r--src/being.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being.h b/src/being.h
index 055ea0d4..496f183d 100644
--- a/src/being.h
+++ b/src/being.h
@@ -33,7 +33,7 @@
#include "map.h"
#include "animatedsprite.h"
-#define NR_HAIR_STYLES 7
+#define NR_HAIR_STYLES 8
#define NR_HAIR_COLORS 10
class AnimatedSprite;