version 1.111 | | version 1.112 |
---|
| | |
/* | | /* |
* static char *rcsid_map_c = | | * static char *rcsid_map_c = |
* "$Id: map.c,v 1.111 2006/07/18 22:53:23 qal21 Exp $"; | | * "$Id: map.c,v 1.112 2006/07/19 09:58:58 gros Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
*/ | | */ |
| | |
int blocked_link(object *ob, mapstruct *m, int sx, int sy) { | | int blocked_link(object *ob, mapstruct *m, int sx, int sy) { |
object *tmp. *tmp_head; | | object *tmp, *tmp_head; |
int mflags, blocked; | | int mflags, blocked; |
| | |
/* Make sure the coordinates are valid - they should be, as caller should | | /* Make sure the coordinates are valid - they should be, as caller should |