version 1.14 | | version 1.15 |
---|
| | |
/* | | /* |
* static char *rcsid_arch_c = | | * static char *rcsid_arch_c = |
* "$Id: arch.c,v 1.14 2001/11/06 01:31:52 michtoen Exp $"; | | * "$Id: arch.c,v 1.15 2001/11/17 21:25:21 michtoen Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
close_and_delete(fp, comp); | | close_and_delete(fp, comp); |
fp=open_and_uncompress(filename,0,&comp); | | fp=open_and_uncompress(filename,0,&comp); |
| | |
LOG(llevDebug," loading treasure..."); | | LOG(llevDebug," loading treasure...\n"); |
load_treasures(); | | load_treasures(); |
LOG(llevDebug,"done\n arch-pass 2..."); | | LOG(llevDebug," done\n arch-pass 2...\n"); |
second_arch_pass(fp); | | second_arch_pass(fp); |
LOG(llevDebug,"done\n"); | | LOG(llevDebug,"done\n"); |
#ifdef DEBUG | | #ifdef DEBUG |