Crossfire Server, Trunk  1.75.0
Save map flags

How save_map() should save the map. Can't be combined. More...

Macros

#define SAVE_MODE_INPLACE   1
 Map is saved from where it was loaded. More...
 
#define SAVE_MODE_NORMAL   0
 No special handling. More...
 
#define SAVE_MODE_OVERLAY   2
 Map is persisted as an overlay. More...
 

Detailed Description

How save_map() should save the map. Can't be combined.

Macro Definition Documentation

◆ SAVE_MODE_INPLACE

#define SAVE_MODE_INPLACE   1

Map is saved from where it was loaded.

Definition at line 120 of file map.h.

◆ SAVE_MODE_NORMAL

#define SAVE_MODE_NORMAL   0

No special handling.

Definition at line 119 of file map.h.

◆ SAVE_MODE_OVERLAY

#define SAVE_MODE_OVERLAY   2

Map is persisted as an overlay.

Definition at line 121 of file map.h.