|
Crossfire Server
1.75.0
|
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... | |
These are map subtypes.
With new character creation code, additional types are needed.
| #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().
| #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().
| #define MAP_TYPE_LEGACY 1 |
For old character creation method.
Definition at line 59 of file map.h.
Referenced by init_dynamic().