diff options
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index c171b28e3..f607b9ada 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -170,7 +170,7 @@ struct map_session_data { struct item_data* inventory_data[MAX_INVENTORY]; // direct pointers to itemdb entries (faster than doing item_id lookups) short equip_index[14]; unsigned int weight,max_weight; - int cart_weight,cart_num; + int cart_weight,cart_num,cart_weight_max; int fd; unsigned short mapindex; unsigned char head_dir; //0: Look forward. 1: Look right, 2: Look left. |