version 1.7 | | version 1.8 |
---|
| | |
/* | | /* |
* static char *rcsid_decor_ = | | * static char *rcsid_decor_ = |
* "$Id: decor.c,v 1.7 2002/07/15 04:25:40 mwedel Exp $"; | | * "$Id: decor.c,v 1.8 2005/11/16 08:16:08 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
this_object->x = x; | | this_object->x = x; |
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); | | this_object->move_block = MOVE_BLOCK_DEFAULT; |
insert_ob_in_map(this_object,map,NULL,0); | | insert_ob_in_map(this_object,map,NULL,0); |
number_to_place--; | | number_to_place--; |
} | | } |
| | |
this_object->x = i; | | this_object->x = i; |
this_object->y = j; | | this_object->y = j; |
/* 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); | | this_object->move_block = MOVE_BLOCK_DEFAULT; |
insert_ob_in_map(this_object,map,NULL,0); | | insert_ob_in_map(this_object,map,NULL,0); |
} | | } |
} | | } |