summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types.h b/src/types.h
index 30bbdfd8..cbd9196b 100644
--- a/src/types.h
+++ b/src/types.h
@@ -840,7 +840,7 @@ struct monster_type
byte speed; /* Speed (normally 110) */
byte level; /* Level of creature */
s16b ac; /* Armour Class */
- u32b exp; /* Experience */
+ s32b exp; /* Experience */
s16b csleep; /* Inactive counter */