diff options
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(); |