diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2015-12-17 16:10:19 +0530 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-01-05 13:09:15 +0100 |
commit | 0c458a4976ea392a71ccfa8d86f2ebf86d03e1b4 (patch) | |
tree | bb90a52d78795f17f6268f815a77f66d77044b8f /src/map/unit.h | |
parent | 987b90508e7e6528eca2983416ac96cc1452ed61 (diff) | |
download | hercules-0c458a4976ea392a71ccfa8d86f2ebf86d03e1b4.tar.gz hercules-0c458a4976ea392a71ccfa8d86f2ebf86d03e1b4.tar.bz2 hercules-0c458a4976ea392a71ccfa8d86f2ebf86d03e1b4.tar.xz hercules-0c458a4976ea392a71ccfa8d86f2ebf86d03e1b4.zip |
Added Support for BodyStyle
Closes #974 as merged
Diffstat (limited to 'src/map/unit.h')
-rw-r--r-- | src/map/unit.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/unit.h b/src/map/unit.h index f0933aa9a..0279d73c1 100644 --- a/src/map/unit.h +++ b/src/map/unit.h @@ -93,7 +93,8 @@ struct view_data { head_bottom, hair_style, hair_color, - cloth_color; + cloth_color, + body_style; char sex; unsigned dead_sit : 2; }; |