Difference for common/living.c from version 1.70 to 1.71


version 1.70 version 1.71
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_living_c =   * static char *rcsid_living_c =
  *   "$Id: living.c,v 1.70 2005/07/15 13:51:48 ryo_saeba Exp $";   *   "$Id: living.c,v 1.71 2005/08/10 13:38:31 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 650
 
Line 650
   object *tmp;    object *tmp;
   archetype *at;    archetype *at;
   
   at = find_archetype("depletion");    at = find_archetype(ARCH_DEPLETION);
   if (!at) {    if (!at) {
     LOG(llevError, "Couldn't find archetype depletion.\n");      LOG(llevError, "Couldn't find archetype depletion.\n");
     return;      return;


Legend:
line(s) removed in v.1.70 
line(s) changed
 line(s) added in v.1.71

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