Crossfire Server  1.75.0
MAP_SUBTYPES

These are map subtypes. More...

Macros

#define MAP_TYPE_CHOICE   3
 Choice of maps presented to player. More...
 
#define MAP_TYPE_DEFAULT   2
 If no map is specified, where character starts. More...
 
#define MAP_TYPE_LEGACY   1
 For old character creation method. More...
 

Detailed Description

These are map subtypes.

With new character creation code, additional types are needed.

Macro Definition Documentation

◆ MAP_TYPE_CHOICE

#define MAP_TYPE_CHOICE   3

Choice of maps presented to player.

Definition at line 61 of file map.h.

Referenced by create_player_cmd(), and send_map_info().

◆ MAP_TYPE_DEFAULT

#define MAP_TYPE_DEFAULT   2

If no map is specified, where character starts.

Definition at line 60 of file map.h.

Referenced by create_player_cmd(), and init_dynamic().

◆ MAP_TYPE_LEGACY

#define MAP_TYPE_LEGACY   1

For old character creation method.

Definition at line 59 of file map.h.

Referenced by init_dynamic().