![]() |
Crossfire Server, Trunk
1.75.0
|
Contains free walls in the map. More...
Data Fields | |
int | wall_free_size |
Number of items in wall_x_list and wall_y_list. More... | |
int * | wall_x_list |
X coordinates of free spots for walls. More... | |
int * | wall_y_list |
Y coordinates of free spots for walls. More... | |
Contains free walls in the map.
Definition at line 33 of file maze_gen.cpp.
int free_walls_struct::wall_free_size |
Number of items in wall_x_list and wall_y_list.
Definition at line 36 of file maze_gen.cpp.
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 34 of file maze_gen.cpp.
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 35 of file maze_gen.cpp.
Referenced by make_wall_free_list(), maze_gen(), and pop_wall_point().