version 1.95 | | version 1.96 |
---|
| | |
/* | | /* |
* static char *rcsid_map_c = | | * static char *rcsid_map_c = |
* "$Id: map.c,v 1.95 2005/12/11 18:06:08 akirschbaum Exp $"; | | * "$Id: map.c,v 1.96 2005/12/31 19:56:27 akirschbaum Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
flag = get_map_flags(m, &m1, x+tmp->clone.x,y+tmp->clone.y, &sx, &sy); | | flag = get_map_flags(m, &m1, x+tmp->clone.x,y+tmp->clone.y, &sx, &sy); |
| | |
if (flag & P_OUT_OF_MAP) return P_OUT_OF_MAP; | | if (flag & P_OUT_OF_MAP) return P_OUT_OF_MAP; |
| | if (flag & P_IS_ALIVE) return P_IS_ALIVE; |
| | |
/* Note it is intentional that we check ob - the movement type of the | | /* Note it is intentional that we check ob - the movement type of the |
* head of the object should correspond for the entire object. | | * head of the object should correspond for the entire object. |