|
Crossfire Server, Branches 1.12
R18729
|
Collaboration diagram for struct_race_list:Data Fields | |
| int | allocated |
| int | count |
| struct struct_race ** | races |
| int struct_race_list::allocated |
Allocated space.
Definition at line 249 of file mapper.c.
Referenced by add_race_to_list(), and init_race_list().
| int struct_race_list::count |
Number of races.
Definition at line 248 of file mapper.c.
Referenced by add_race_to_list(), fix_tiled_map_monsters(), get_race(), init_race_list(), write_map_page(), and write_race_index().
| struct struct_race** struct_race_list::races |
Races on the list.
Definition at line 247 of file mapper.c.
Referenced by add_race_to_list(), fix_tiled_map_monsters(), get_race(), init_race_list(), write_map_page(), and write_race_index().