version 1.51 | | version 1.51.2.1 |
---|
| | |
/* | | /* |
* static char *rcsid_spell_util_c = | | * static char *rcsid_spell_util_c = |
* "$Id: spell_util.c,v 1.51 2001/05/12 04:04:19 mwedel Exp $"; | | * "$Id: spell_util.c,v 1.51.2.1 2001/05/24 20:44:32 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
new_draw_info(NDI_UNIQUE, 0,op,"The spell fizzles"); | | new_draw_info(NDI_UNIQUE, 0,op,"The spell fizzles"); |
success = 0; | | success = 0; |
#else | | #else |
success = 0 = cast_polymorph(op,dir); | | success = cast_polymorph(op,dir); |
#endif | | #endif |
break; | | break; |
case SP_CHARGING: | | case SP_CHARGING: |