version 1.27 | | version 1.28 |
---|
| | |
/* | | /* |
* static char *rcsid_move_c = | | * static char *rcsid_move_c = |
* "$Id: move.c,v 1.27 2003/02/20 06:46:57 mwedel Exp $"; | | * "$Id: move.c,v 1.28 2003/03/19 08:04:51 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
if (!(get_map_flags(other_teleporter->map, NULL, | | if (!(get_map_flags(other_teleporter->map, NULL, |
other_teleporter->x + freearr_x[k], | | other_teleporter->x + freearr_x[k], |
other_teleporter->y + freearr_y[k], NULL,NULL) & | | other_teleporter->y + freearr_y[k], NULL,NULL) & |
P_NO_PASS)) break; | | (P_NO_PASS | P_OUT_OF_MAP))) break; |
} | | } |
if (k==9) { | | if (k==9) { |
LOG(llevError,"Shop mat %s (%d, %d) is in solid rock?\n", | | LOG(llevError,"Shop mat %s (%d, %d) is in solid rock?\n", |