version 1.22 | | version 1.23 |
---|
| | |
/* | | /* |
* static char *rcsid_move_c = | | * static char *rcsid_move_c = |
* "$Id: move.c,v 1.22 2002/09/01 06:32:31 mwedel Exp $"; | | * "$Id: move.c,v 1.23 2002/09/07 05:55:18 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
* that can be passed through by monsters with the CAN_PASS_THRU defined. | | * that can be passed through by monsters with the CAN_PASS_THRU defined. |
* | | * |
* very new version handles also multipart objects | | * very new version handles also multipart objects |
| | * This is currently only used for the boulder roll code. |
*/ | | */ |
| | |
int try_fit (object *op, int x, int y) | | int try_fit (object *op, int x, int y) |