Changeset 999 for trunk/src/cmd3.c
- Timestamp:
- 10/01/08 02:49:29 (3 months ago)
- Files:
-
- trunk/src/cmd3.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/cmd3.c
r993 r999 43 43 prt(format("(Inventory) Burden %d.%dlb (%d%% capacity). Command: ", 44 44 p_ptr->total_weight / 10, p_ptr->total_weight % 10, 45 (10 * p_ptr->total_weight) / (6 * adj_str_wgt[p_ptr->stat _ind[A_STR]])), 0, 0);45 (10 * p_ptr->total_weight) / (6 * adj_str_wgt[p_ptr->state.stat_ind[A_STR]])), 0, 0); 46 46 47 47 /* Hack -- Get a new command */
