version 1.2 | | version 1.3 |
---|
| | |
/* | | /* |
* static char *rcsid_resurrection_c = | | * static char *rcsid_resurrection_c = |
* "$Id: resurrection.c,v 1.2 1999/07/13 06:03:04 cvs Exp $"; | | * "$Id: resurrection.c,v 1.3 2000/05/26 09:50:49 jec Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
if(newob != NULL){ | | if(newob != NULL){ |
newob->x = temp->x; | | newob->x = temp->x; |
newob->y = temp->y; | | newob->y = temp->y; |
insert_ob_in_map( newob, temp->map); | | insert_ob_in_map( newob, temp->map, op); |
} | | } |
leveldead=temp->level; | | leveldead=temp->level; |
remove_ob(temp); | | remove_ob(temp); |