summaryrefslogtreecommitdiff
path: root/src/being.h
diff options
context:
space:
mode:
authorEugenio Favalli <elvenprogrammer@gmail.com>2004-11-06 18:24:02 +0000
committerEugenio Favalli <elvenprogrammer@gmail.com>2004-11-06 18:24:02 +0000
commit6ae05cf7032a0a70e4953f6b53304f9658319f66 (patch)
tree8741a0789ffac237fa15d685e537bbf01e45ddc7 /src/being.h
parent8684a97f4a531c8e08fd1235ecfab2286ac68d5f (diff)
downloadMana-6ae05cf7032a0a70e4953f6b53304f9658319f66.tar.gz
Mana-6ae05cf7032a0a70e4953f6b53304f9658319f66.tar.bz2
Mana-6ae05cf7032a0a70e4953f6b53304f9658319f66.tar.xz
Mana-6ae05cf7032a0a70e4953f6b53304f9658319f66.zip
Added possibility to choose the color of hair
Diffstat (limited to 'src/being.h')
-rw-r--r--src/being.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/being.h b/src/being.h
index f5187cb6..de4b7e29 100644
--- a/src/being.h
+++ b/src/being.h
@@ -55,6 +55,7 @@ struct NODE {
unsigned char emotion;
unsigned char emotion_time;
int text_x, text_y; // temp solution to fix speech position
+ short hair_style, hair_color;
};
void empty();