aboutsummaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-02-04 14:32:30 +0200
committerPerttu Ahola <celeron55@gmail.com>2011-02-04 14:32:30 +0200
commit7f2aa30bf29ed1c8b363bd948916d4c027b0192f (patch)
tree9cb7fc7b6ab04beedddf93ace7e5ecada7e38b88 /src/map.h
parent6545ea12e984fab63ed2a21d334de47f9bb342c1 (diff)
downloaddragonfireclient-7f2aa30bf29ed1c8b363bd948916d4c027b0192f.tar.xz
added sand to map generator
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map.h b/src/map.h
index 048aeb9b6..4af529c21 100644
--- a/src/map.h
+++ b/src/map.h
@@ -537,6 +537,9 @@ private:
UnlimitedHeightmap *m_heightmap;
MapParams m_params;
PointAttributeDatabase m_padb;
+
+ // Seed used for all kinds of randomness
+ u64 m_seed;
std::string m_savedir;
bool m_map_saving_enabled;