Crossfire Server, Branches 1.12
R18729
|
Data Fields | |
int | wall_free_size |
int * | wall_x_list |
int * | wall_y_list |
Contains free walls in the map.
Definition at line 43 of file maze_gen.c.
int free_walls_struct::wall_free_size |
Number of items in wall_x_list and wall_y_list.
Definition at line 46 of file maze_gen.c.
Referenced by fill_maze_full(), fill_maze_sparse(), make_wall_free_list(), maze_gen(), and pop_wall_point().
int* free_walls_struct::wall_x_list |
X coordinates of free spots for walls.
Definition at line 44 of file maze_gen.c.
Referenced by make_wall_free_list(), maze_gen(), and pop_wall_point().
int* free_walls_struct::wall_y_list |
Y coordinates of free spots for walls.
Definition at line 45 of file maze_gen.c.
Referenced by make_wall_free_list(), maze_gen(), and pop_wall_point().