diff --git a/include/objclass.h b/include/objclass.h index f7896487e..fa210f519 100644 --- a/include/objclass.h +++ b/include/objclass.h @@ -91,7 +91,7 @@ struct objclass { uchar oc_color; /* color of the object */ short oc_prob; /* probability, used in mkobj() */ - unsigned short oc_weight; /* encumbrance (1 cn = 0.1 lb.) */ + unsigned oc_weight; /* encumbrance (1 cn = 0.1 lb.) */ short oc_cost; /* base cost in shops */ /* Check the AD&D rules! The FIRST is small monster damage. */ /* for weapons, and tools, rocks, and gems useful as weapons */ diff --git a/include/patchlevel.h b/include/patchlevel.h index d05c2226d..ee8e27342 100644 --- a/include/patchlevel.h +++ b/include/patchlevel.h @@ -17,7 +17,7 @@ * Incrementing EDITLEVEL can be used to force invalidation of old bones * and save files. */ -#define EDITLEVEL 135 +#define EDITLEVEL 136 /* * Development status possibilities.