Crossfire Server, Trunk
|
Data Fields | |
char * | description |
struct_map_info * | map |
struct struct_quest * | quest |
Link between a quest and a map.
Definition at line 877 of file mapper.cpp.
char* struct_map_in_quest::description |
Description associated with the map for the quest.
Definition at line 881 of file mapper.cpp.
Referenced by add_map_to_quest().
struct_map_info* struct_map_in_quest::map |
struct struct_quest* struct_map_in_quest::quest |
Point back to the quest.
Definition at line 882 of file mapper.cpp.
Referenced by add_map_to_quest().