Crossfire Server, Trunk  1.75.0
MAP_SUBTYPES

These are map subtypes. With new character creation code, additional types are needed. 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.

◆ MAP_TYPE_DEFAULT

#define MAP_TYPE_DEFAULT   2

If no map is specified, where character starts.

Definition at line 60 of file map.h.

◆ MAP_TYPE_LEGACY

#define MAP_TYPE_LEGACY   1

For old character creation method.

Definition at line 59 of file map.h.