Difference for server/apply.c from version 1.131 to 1.132


version 1.131 version 1.132
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_apply_c =   * static char *rcsid_apply_c =
  *   "$Id: apply.c,v 1.131 2005/07/19 22:52:39 akirschbaum Exp $";   *   "$Id: apply.c,v 1.132 2005/08/10 13:38:31 ryo_saeba Exp $";
  */   */
 /*  /*
     CrossFire, A Multiplayer game for X-windows      CrossFire, A Multiplayer game for X-windows
Line 129
 
Line 129
      decrease_ob(tmp);       decrease_ob(tmp);
      return 1;       return 1;
  }   }
  if ((at = find_archetype("depletion"))==NULL) {   if ((at = find_archetype(ARCH_DEPLETION))==NULL) {
      LOG(llevError,"Could not find archetype depletion\n");       LOG(llevError,"Could not find archetype depletion\n");
      return 0;       return 0;
  }   }


Legend:
line(s) removed in v.1.131 
line(s) changed
 line(s) added in v.1.132

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