Crossfire Server, Trunk
R21670
|
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 |
Map is saved from where it was loaded.
Definition at line 121 of file map.h.
Referenced by generate_map().
#define SAVE_MODE_NORMAL 0 |
No special handling.
Definition at line 120 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 122 of file map.h.
Referenced by command_overlay_save(), save_map(), START_TEST(), and teardown().