Difference for server/apply.c from version 1.117 to 1.118


version 1.117 version 1.118
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_apply_c =   * static char *rcsid_apply_c =
  *   "$Id: apply.c,v 1.117 2005/02/27 18:05:44 majorwoo Exp $";   *   "$Id: apply.c,v 1.118 2005/03/06 20:38:53 akirschbaum Exp $";
  */   */
 /*  /*
     CrossFire, A Multiplayer game for X-windows      CrossFire, A Multiplayer game for X-windows
Line 130
 
Line 130
      return 1;       return 1;
  }   }
  if ((at = find_archetype("depletion"))==NULL) {   if ((at = find_archetype("depletion"))==NULL) {
      LOG(llevError,"Could not find archetype depletion");       LOG(llevError,"Could not find archetype depletion\n");
      return 0;       return 0;
  }   }
  depl = present_arch_in_ob(at, op);   depl = present_arch_in_ob(at, op);


Legend:
line(s) removed in v.1.117 
line(s) changed
 line(s) added in v.1.118

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