|
Atrinik Server 2.5
|
Data Fields | |
| int * | wall_x_list |
| int * | wall_y_list |
| int | wall_free_size |
Contains free walls in the map.
Definition at line 37 of file maze_gen.c.
Number of items in wall_x_list and wall_y_list.
Definition at line 46 of file maze_gen.c.
X coordinates of free spots for walls.
Definition at line 40 of file maze_gen.c.
Y coordinates of free spots for walls.
Definition at line 43 of file maze_gen.c.
1.7.4