From 4525bedabcf5796da0d7923a014bbdc18fee429e Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sat, 28 May 2005 00:18:59 +0000 Subject: Applied inventory weight information patch by Javila. --- src/main.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main.h') diff --git a/src/main.h b/src/main.h index 59dd1792..bac5ce43 100644 --- a/src/main.h +++ b/src/main.h @@ -82,7 +82,8 @@ typedef struct { short statp, skill_point, hair_color, hair_style; char STR, AGI, VIT, INT, DEX, LUK; char STRUp, AGIUp, VITUp, INTUp, DEXUp, LUKUp; - short weapon; + int totalWeight, maxWeight; + short weapon; // skill list declaration std::vector m_Skill; // array of N_SKILLS skills // gets the requested skills level from char_info -- cgit v1.2.3-70-g09d2