Crossfire Server, Branches 1.12
R18729
|
Macros | |
#define | SAVE_MODE_INPLACE 1 |
#define | SAVE_MODE_NORMAL 0 |
#define | SAVE_MODE_OVERLAY 2 |
How save_map() should save the map. Can't be combined.
#define SAVE_MODE_INPLACE 1 |
#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().