summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/map.h b/src/map.h
index d18278834..fb0555824 100644
--- a/src/map.h
+++ b/src/map.h
@@ -475,18 +475,13 @@ public:
void save(bool only_changed);
void loadAll();
- // TODO
+ // Saves map seed and possibly other stuff
void saveMapMeta();
void loadMapMeta();
- // TODO
void saveChunkMeta();
void loadChunkMeta();
- // DEPRECATED
- void saveMasterHeightmap();
- void loadMasterHeightmap();
-
// The sector mutex should be locked when calling most of these
// This only saves sector-specific data such as the heightmap