Difference for server/rune.c from version 1.30 to 1.31


version 1.30 version 1.31
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_rune_c =   * static char *rcsid_rune_c =
  *   "$Id: rune.c,v 1.30 2003/02/16 07:30:09 mwedel Exp $";   *   "$Id: rune.c,v 1.31 2003/03/07 07:33:14 mwedel Exp $";
  */   */
   
 /*  /*
Line 310
 
Line 310
  */   */
  if (tmp->type == SIGN && !strcmp(tmp->arch->name,"rune_mark")) {   if (tmp->type == SIGN && !strcmp(tmp->arch->name,"rune_mark")) {
      remove_ob(tmp);       remove_ob(tmp);
        free_object(tmp);
      new_draw_info(NDI_UNIQUE, 0,op,"You wipe out the rune of marking!");       new_draw_info(NDI_UNIQUE, 0,op,"You wipe out the rune of marking!");
      return 1;       return 1;
  }   }


Legend:
line(s) removed in v.1.30 
line(s) changed
 line(s) added in v.1.31

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