|
Atrinik Server 2.5
|
#include <global.h>Go to the source code of this file.
Functions | |
| int | surround_check2 (char **layout, int x, int y, int Xsize, int Ysize) |
| void | put_doors (mapstruct *the_map, char **maze, char *doorstyle, RMParms *RP) |
Door related functions.
Definition in file door.c.
| int surround_check2 | ( | char ** | layout, |
| int | x, | ||
| int | y, | ||
| int | Xsize, | ||
| int | Ysize | ||
| ) |
Search for doors or walls around a spot.
| layout | Maze. |
| x | X coordinate to check |
| y | Y coordinate to check |
| Xsize | X map size |
| Ysize | Y map size |
1.7.4