version 1.109 | | version 1.110 |
---|
| | |
/* | | /* |
* static char *rcsid_map_c = | | * static char *rcsid_map_c = |
* "$Id: map.c,v 1.109 2006/06/05 06:28:56 mwedel Exp $"; | | * "$Id: map.c,v 1.110 2006/07/17 18:57:50 qal21 Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
/* Broke apart a big nasty if into several here to make | | /* Broke apart a big nasty if into several here to make |
* this more readable. first check - if the space blocks | | * this more readable. first check - if the space blocks |
* movement, can't move here. | | * movement, can't move here. |
* second - if a monster, can't move there, unles it is a | | * second - if a monster, can't move there, unless it is a |
* hidden dm | | * hidden dm |
*/ | | */ |
if (OB_MOVE_BLOCK(ob, tmp)) return 1; | | if (OB_MOVE_BLOCK(ob, tmp)) return 1; |