Difference for common/exp.c from version 1.6 to 1.7


version 1.6 version 1.7
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_arch_c =   * static char *rcsid_arch_c =
  *   "$Id: exp.c,v 1.6 2003/03/08 05:35:32 mwedel Exp $";   *   "$Id: exp.c,v 1.7 2003/09/13 05:01:27 mwedel Exp $";
  */   */
   
 /*  /*
Line 138
 
Line 138
   object *tmp;    object *tmp;
   
   for(tmp=ob->inv;tmp!=NULL;tmp=tmp->below)    for(tmp=ob->inv;tmp!=NULL;tmp=tmp->below)
     if(tmp->type==ABILITY||tmp->type==SPELLBOOK)    if(tmp->type==SPELL||tmp->type==SPELLBOOK)
       return TRUE;        return TRUE;
   
   return FALSE;    return FALSE;
 }  }
   


Legend:
line(s) removed in v.1.6 
line(s) changed
 line(s) added in v.1.7

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