version 1.7 | | version 1.8 |
---|
| | |
/* | | /* |
* static char *rcsid_map_c = | | * static char *rcsid_map_c = |
* "$Id: map.c,v 1.7 2000/04/17 14:18:13 jec Exp $"; | | * "$Id: map.c,v 1.8 2000/04/27 07:34:56 cvs Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
LOG(llevDebug,"Discarded object %s - invalid archetype.\n",op->name); | | LOG(llevDebug,"Discarded object %s - invalid archetype.\n",op->name); |
continue; | | continue; |
} | | } |
| | #if 0 |
/* this hack allows for 'unused' altars (see below) to have a | | /* this hack allows for 'unused' altars (see below) to have a |
* random god (see the 'god table' in god.c) associated w/ it -b.t. | | * random god (see the 'god table' in god.c) associated w/ it -b.t. |
*/ | | */ |
| | |
if(baptize_altar(op)) | | if(baptize_altar(op)) |
LOG(llevDebug,"Baptized altar to %s\n",op->title); | | LOG(llevDebug,"Baptized altar to %s\n",op->title); |
#endif | | #endif |
| | #endif |
switch(i) { | | switch(i) { |
case LL_NORMAL: | | case LL_NORMAL: |
insert_ob_in_map_simple(op,m); | | insert_ob_in_map_simple(op,m); |