summaryrefslogtreecommitdiff
path: root/src/common/mmo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/mmo.h')
-rw-r--r--src/common/mmo.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h
index 7670a7ac8..1ade0caa9 100644
--- a/src/common/mmo.h
+++ b/src/common/mmo.h
@@ -612,7 +612,9 @@ struct mmo_charstatus {
int spear_faith, spear_calls;
int sword_faith, sword_calls;
- short weapon; // enum weapon_type
+ struct {
+ short weapon; ///< Weapon view sprite id.
+ } look;
short shield; // view-id
short head_top,head_mid,head_bottom;
short robe;