Difference for server/spell_effect.c from version 1.25 to 1.26


version 1.25 version 1.26
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_spell_effect_c =   * static char *rcsid_spell_effect_c =
  *   "$Id: spell_effect.c,v 1.25 2000/11/06 23:06:47 jec Exp $";   *   "$Id: spell_effect.c,v 1.26 2000/11/17 11:16:45 peterm Exp $";
  */   */
   
   
Line 1594
 
Line 1594
   {    {
     /* Recur through the inventory */      /* Recur through the inventory */
     for(tmp=op->inv;tmp!=NULL;tmp=tmp->below)      for(tmp=op->inv;tmp!=NULL;tmp=tmp->below)
       if (!did_make_save_item(tmp, AT_CANCELLATION))        if (!did_make_save_item(tmp, AT_CANCELLATION,op))
  cancellation(tmp);   cancellation(tmp);
   }    }
   else /* Nullify this object. */    else /* Nullify this object. */


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

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