diff options
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; }; |