diff options
author | Ira Rice <irarice@gmail.com> | 2008-09-07 13:36:18 +0000 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2008-09-07 13:36:18 +0000 |
commit | 2ac3733699150e6a6271e3b6447515ae31aa3bc6 (patch) | |
tree | ef96f18062e0064aba4122b5c3a3f99edc4e10e2 /src/being.h | |
parent | 56b48b23124ca351269978720ab72bc366eef425 (diff) | |
download | mana-client-2ac3733699150e6a6271e3b6447515ae31aa3bc6.tar.gz mana-client-2ac3733699150e6a6271e3b6447515ae31aa3bc6.tar.bz2 mana-client-2ac3733699150e6a6271e3b6447515ae31aa3bc6.tar.xz mana-client-2ac3733699150e6a6271e3b6447515ae31aa3bc6.zip |
Added 2 new hair styles in game.
Diffstat (limited to 'src/being.h')
-rw-r--r-- | src/being.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being.h b/src/being.h index e6cfd479..f196f66c 100644 --- a/src/being.h +++ b/src/being.h @@ -34,7 +34,7 @@ #include "map.h" #include "animatedsprite.h" -#define NR_HAIR_STYLES 8 +#define NR_HAIR_STYLES 10 #define NR_HAIR_COLORS 16 #define FIRST_IGNORE_EMOTE 14 |