Changeset 1432
- Timestamp:
- 06/08/09 10:10:34 (15 months ago)
- Files:
-
- 1 modified
-
trunk/src/cmd5.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/cmd5.c
r1431 r1432 718 718 { 719 719 int chance; 720 const magic_type *s_ptr; 720 721 /* Get the spell */ 722 const magic_type *s_ptr = &mp_ptr->info[spell]; 721 723 722 724 /* Spell failure chance */ … … 738 740 /* A spell was cast */ 739 741 sound(MSG_SPELL); 742 740 743 if (!(p_ptr->spell_flags[spell] & PY_SPELL_WORKED)) 741 744 {
