Difference for server/gods.c from version 1.7 to 1.8


version 1.7 version 1.8
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_gods_c =   * static char *rcsid_gods_c =
  *   "$Id: gods.c,v 1.7 2000/05/22 13:06:15 jec Exp $";   *   "$Id: gods.c,v 1.8 2000/05/26 09:50:49 jec Exp $";
  */   */
 /*  /*
     CrossFire, A Multiplayer game for X-windows      CrossFire, A Multiplayer game for X-windows
Line 261
 
Line 261
   
   for(tmp=op->inv;tmp&&number;tmp=tmp->below)    for(tmp=op->inv;tmp&&number;tmp=tmp->below)
     if(tmp->type==type&&QUERY_FLAG(tmp,FLAG_APPLIED)) {       if(tmp->type==type&&QUERY_FLAG(tmp,FLAG_APPLIED)) {
  apply(op,tmp,0); /* this should unapply things properly */    manual_apply(op,tmp,0); /* this should unapply things properly */
  number--;   number--;
     }      }
 }  }


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

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