version 1.12 | | version 1.13 |
---|
| | |
/* | | /* |
* static char *rcsid_wall_c = | | * static char *rcsid_wall_c = |
* "$Id: wall.c,v 1.12 2005/11/16 08:16:08 mwedel Exp $"; | | * "$Id: wall.c,v 1.13 2006/09/04 21:23:32 ryo_saeba Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
* is that this is not a tiled map. | | * is that this is not a tiled map. |
* What is considered blocking and not is somewhat hard coded. | | * What is considered blocking and not is somewhat hard coded. |
*/ | | */ |
int surround_flag3(mapstruct *map,sint16 i,sint16 j,RMParms *RP){ | | int surround_flag3(mapstruct *map,int i,int j,RMParms *RP){ |
/* | | /* |
* 1 = blocked to left, | | * 1 = blocked to left, |
* 2 = blocked to right, | | * 2 = blocked to right, |