version 1.24 | | version 1.25 |
---|
| | |
| | |
/* | | /* |
* static char *rcs_treasure_c = | | * static char *rcs_treasure_c = |
* "$Id: treasure.c,v 1.24 2001/12/23 08:17:36 mwedel Exp $"; | | * "$Id: treasure.c,v 1.25 2002/01/01 23:37:54 garbled Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
if (flags & GT_ENVIRONMENT) { | | if (flags & GT_ENVIRONMENT) { |
op->x = creator->x; | | op->x = creator->x; |
op->y = creator->y; | | op->y = creator->y; |
| | SET_FLAG(op, FLAG_OBJ_ORIGINAL); |
insert_ob_in_map (op, creator->map,op,INS_NO_MERGE | INS_NO_WALK_ON); | | insert_ob_in_map (op, creator->map,op,INS_NO_MERGE | INS_NO_WALK_ON); |
} else { | | } else { |
op = insert_ob_in_ob (op, creator); | | op = insert_ob_in_ob (op, creator); |