version 1.2 | | version 1.3 |
---|
| | |
/* | | /* |
* static char *rcsid_decor_ = | | * static char *rcsid_decor_ = |
* "$Id: decor.c,v 1.2 1999/07/13 06:03:03 cvs Exp $"; | | * "$Id: decor.c,v 1.3 2000/05/26 09:50:47 jec Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
this_object->y = y; | | this_object->y = y; |
/* it screws things up if decor can stop people */ | | /* it screws things up if decor can stop people */ |
CLEAR_FLAG(this_object,FLAG_NO_PASS); | | CLEAR_FLAG(this_object,FLAG_NO_PASS); |
insert_ob_in_map(this_object,map); | | insert_ob_in_map(this_object,map,NULL); |
number_to_place--; | | number_to_place--; |
} | | } |
else failures++; | | else failures++; |