version 1.9 | | version 1.10 |
---|
| | |
/* | | /* |
* static char *rcsid_exit_c = | | * static char *rcsid_exit_c = |
* "$Id: exit.c,v 1.9 2000/12/18 06:15:05 peterm Exp $"; | | * "$Id: exit.c,v 1.10 2001/02/11 09:12:13 cvs Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
the_exit_back->x = EXIT_X(new_map->map_object); | | the_exit_back->x = EXIT_X(new_map->map_object); |
the_exit_back->y = EXIT_Y(new_map->map_object); | | the_exit_back->y = EXIT_Y(new_map->map_object); |
insert_ob_in_map(the_exit_back,new_map,NULL); | | insert_ob_in_map(the_exit_back,new_map,NULL); |
| | set_map_timeout(new_map); /* So it gets swapped out */ |
} | | } |
else | | else |
the_exit_down->slaying = add_string("/!"); | | the_exit_down->slaying = add_string("/!"); |