Changeset 1404
- Timestamp:
- 05/20/09 22:34:14 (10 months ago)
- Files:
-
- 1 modified
-
trunk/src/player/calcs.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/player/calcs.c
r1403 r1404 523 523 524 524 /* Get the strength vs weight */ 525 str_index = adj_str_blow[ p_ptr->state.stat_ind[A_STR]] *525 str_index = adj_str_blow[state->stat_ind[A_STR]] * 526 526 cp_ptr->att_multiply / div; 527 527 … … 530 530 531 531 /* Index by dexterity */ 532 dex_index = MIN(adj_dex_blow[ p_ptr->state.stat_ind[A_DEX]], 11);532 dex_index = MIN(adj_dex_blow[state->stat_ind[A_DEX]], 11); 533 533 534 534 /* Use the blows table */
