version 1.26 | | version 1.27 |
---|
| | |
/* | | /* |
* static char *rcsid_rune_c = | | * static char *rcsid_rune_c = |
* "$Id: rune.c,v 1.26 2002/07/25 06:57:14 mwedel Exp $"; | | * "$Id: rune.c,v 1.27 2002/11/13 00:49:47 garbled Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
write_rune(op,dir,spellinrune,caster->level,stringarg); | | write_rune(op,dir,spellinrune,caster->level,stringarg); |
} | | } |
} | | } |
#ifdef CASTING_TIME | | |
/* free the spell arg */ | | /* free the spell arg */ |
if(stringarg) {free(stringarg);stringarg=NULL; }; | | if (stringarg && settings.casting_time == TRUE) { |
#endif | | free(stringarg);stringarg=NULL; |
| | } |
return total_sp_cost; | | return total_sp_cost; |
} | | } |