Crossfire Server, Branches 1.12  R18729
free_walls_struct Struct Reference
+ Collaboration diagram for free_walls_struct:

Data Fields

int wall_free_size
 
int * wall_x_list
 
int * wall_y_list
 

Detailed Description

Contains free walls in the map.

Definition at line 43 of file maze_gen.c.

Field Documentation

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().


The documentation for this struct was generated from the following file: