Difference for server/spell_util.c from version 1.45 to 1.46


version 1.45 version 1.46
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_spell_util_c =   * static char *rcsid_spell_util_c =
  *   "$Id: spell_util.c,v 1.45 2001/04/07 06:04:24 mardahl Exp $";   *   "$Id: spell_util.c,v 1.46 2001/04/18 21:04:34 mardahl Exp $";
  */   */
   
 /*  /*
Line 729
 
Line 729
     }      }
     break;      break;
   case SP_RUNE_MARK:    case SP_RUNE_MARK:
       if(caster->type == PLAYER)
     success=write_rune(op,dir,0,-2,stringarg);      success=write_rune(op,dir,0,-2,stringarg);
       else return 0;
 #ifdef CASTING_TIME  #ifdef CASTING_TIME
    /* free the spell arg */     /* free the spell arg */
    if(stringarg) {free(stringarg);stringarg=NULL; };     if(stringarg) {free(stringarg);stringarg=NULL; };


Legend:
line(s) removed in v.1.45 
line(s) changed
 line(s) added in v.1.46

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:50