summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/map/unit.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/map/unit.h b/src/map/unit.h
index f7b072739..6a0bf26f6 100644
--- a/src/map/unit.h
+++ b/src/map/unit.h
@@ -46,8 +46,13 @@ struct unit_data {
};
struct view_data {
+#ifdef __64BIT__
+ unsigned int class_;
+#endif
unsigned short
+#ifndef __64BIT__
class_,
+#endif
weapon,
shield, //Or left-hand weapon.
robe,