|
Crossfire Server, Branch 1.12
R12190
|
Link between a quest and a map. More...

Data Fields | |
| char * | description |
| Description associated with the map for the quest. | |
| struct_map_info * | map |
| Linked map. | |
| struct struct_quest * | quest |
| Point back to the quest. | |
Description associated with the map for the quest.
Definition at line 1153 of file mapper.c.
Referenced by add_map_to_quest(), write_map_page(), and write_quests_page().
Linked map.
Definition at line 1152 of file mapper.c.
Referenced by add_map_to_quest(), sort_struct_map_in_quest(), and write_quests_page().
Point back to the quest.
Definition at line 1154 of file mapper.c.
Referenced by add_map_to_quest(), and write_map_page().
1.7.6.1