version 1.90 | | version 1.91 |
---|
| | |
/* | | /* |
* static char *rcsid_map_c = | | * static char *rcsid_map_c = |
* "$Id: map.c,v 1.90 2005/11/16 08:16:00 mwedel Exp $"; | | * "$Id: map.c,v 1.91 2005/11/30 07:58:47 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
* head of the object should correspond for the entire object. | | * head of the object should correspond for the entire object. |
*/ | | */ |
| | |
if ((ob->move_type & GET_MAP_MOVE_BLOCK(m1, sx, sy)) == ob->move_type) return | | if (OB_TYPE_MOVE_BLOCK(ob, GET_MAP_MOVE_BLOCK(m1, sx, sy))) |
AB_NO_PASS; | | return AB_NO_PASS; |
| | |
} | | } |
return 0; | | return 0; |