Crossfire Server, Branches 1.12  R18729
Save map flags

Macros

#define SAVE_MODE_INPLACE   1
 
#define SAVE_MODE_NORMAL   0
 
#define SAVE_MODE_OVERLAY   2
 

Detailed Description

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

Macro Definition Documentation

#define SAVE_MODE_INPLACE   1

Map is saved from where it was loaded.

Definition at line 142 of file map.h.

Referenced by main().

#define SAVE_MODE_NORMAL   0

No special handling.

Definition at line 141 of file map.h.

Referenced by clean_tmp_files(), save_map(), and swap_map().

#define SAVE_MODE_OVERLAY   2

Map is persisted as an overlay.

Definition at line 143 of file map.h.

Referenced by command_overlay_save(), save_map(), and START_TEST().