version 1.13 | | version 1.14 |
---|
| | |
/* | | /* |
* static char *rcsid_door_c = | | * static char *rcsid_door_c = |
* "$Id: door.c,v 1.13 2003/09/25 03:39:02 temitchell Exp $"; | | * "$Id: door.c,v 1.14 2006/02/10 23:59:27 akirschbaum Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
return surround_index; | | return surround_index; |
} | | } |
| | |
void put_doors(mapstruct *the_map, char **maze, char *doorstyle, RMParms *RP) { | | void put_doors(mapstruct *the_map, char **maze, const char *doorstyle, RMParms *RP) { |
int i,j; | | int i,j; |
mapstruct *vdoors; | | mapstruct *vdoors; |
mapstruct *hdoors; | | mapstruct *hdoors; |