diff options
author | Eugenio Favalli <elvenprogrammer@gmail.com> | 2004-11-06 18:24:02 +0000 |
---|---|---|
committer | Eugenio Favalli <elvenprogrammer@gmail.com> | 2004-11-06 18:24:02 +0000 |
commit | 6ae05cf7032a0a70e4953f6b53304f9658319f66 (patch) | |
tree | 8741a0789ffac237fa15d685e537bbf01e45ddc7 /src/being.h | |
parent | 8684a97f4a531c8e08fd1235ecfab2286ac68d5f (diff) | |
download | mana-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.h | 1 |
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(); |