Difference for server/spell_effect.c from version 1.17 to 1.18


version 1.17 version 1.18
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_spell_effect_c =   * static char *rcsid_spell_effect_c =
  *   "$Id: spell_effect.c,v 1.17 2000/05/27 06:02:58 cvs Exp $";   *   "$Id: spell_effect.c,v 1.18 2000/05/29 16:31:26 jec Exp $";
  */   */
   
   
Line 1607
 
Line 1607
 {  {
   object *tmp;    object *tmp;
   
   if(QUERY_FLAG(op, FLAG_ALIVE)||op->type == CONTAINER) {    if (QUERY_FLAG (op, FLAG_ALIVE) || op->type == CONTAINER
         || op->type == THROWN_OBJ)
     {
     /* 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))


Legend:
line(s) removed in v.1.17 
line(s) changed
 line(s) added in v.1.18

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