version 1.46 | | version 1.47 |
---|
| | |
/* | | /* |
* static char *rcsid_gods_c = | | * static char *rcsid_gods_c = |
* "$Id: gods.c,v 1.46 2005/07/26 00:23:00 akirschbaum Exp $"; | | * "$Id: gods.c,v 1.47 2005/08/10 13:38:31 ryo_saeba Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
archetype *at; | | archetype *at; |
int i; | | int i; |
| | |
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"); |
continue; | | continue; |
} | | } |