Move encumbrance calculation functions into cPlayer

This commit is contained in:
2019-11-24 13:37:54 -05:00
parent 060be4dd42
commit 3302dd68b7
9 changed files with 42 additions and 44 deletions

View File

@@ -12,7 +12,6 @@ void place_item_button(short button_position,short which_slot,eItemButton button
void place_item_graphic(short which_slot,short graphic);
short first_active_pc();
void refresh_stat_areas(short mode);
short total_encumbrance(short pc_num);
void draw_pc_effects(short pc);
void print_party_stats() ;
short do_look(location space);