Difference for server/rune.c from version 1.26 to 1.27


version 1.26 version 1.27
Line 1
 
Line 1
 /*  /*
  * 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 $";
  */   */
   
 /*  /*
Line 448
 
Line 448
      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;
 }  }


Legend:
line(s) removed in v.1.26 
line(s) changed
 line(s) added in v.1.27

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