Crossfire Server, Branch 1.12  R12190
Data Fields
free_walls_struct Struct Reference

Contains free walls in the map. More...

Data Fields

int wall_free_size
 Number of items in wall_x_list and wall_y_list.
int * wall_x_list
 X coordinates of free spots for walls.
int * wall_y_list
 Y coordinates of free spots for walls.

Detailed Description

Contains free walls in the map.

Definition at line 43 of file maze_gen.c.


Field Documentation

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

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

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: