version 1.61 | version 1.62 | |||
---|---|---|---|---|
|
| |||
/* | /* | |||
* static char *rcsid_map_c = | * static char *rcsid_map_c = | |||
* "$Id: map.c,v 1.61 2004/02/16 05:10:41 mwedel Exp $"; | * "$Id: map.c,v 1.62 2004/02/27 23:00:26 ryo_saeba Exp $"; | |||
*/ | */ | |||
/* | /* | |||
|
| |||
* is one map, half on another. | * is one map, half on another. | |||
*/ | */ | |||
int arch_blocked(archetype *at,mapstruct *m,int x,int y) { | int arch_blocked(archetype *at,mapstruct *m,sint16 x,sint16 y) { | |||
archetype *tmp; | archetype *tmp; | |||
int flag; | int flag; | |||
Legend:
|