Crossfire Server, Branch 1.12  R12190
Defines
Save map flags

How save_map() should save the map. More...

Defines

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

Detailed Description

How save_map() should save the map.

Can't be combined.


Define 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().