summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mapgen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapgen.h b/src/mapgen.h
index a900985da..ee8a8c20c 100644
--- a/src/mapgen.h
+++ b/src/mapgen.h
@@ -110,7 +110,7 @@ public:
content_t ore;
content_t wherein; // the node to be replaced
- s16 clust_scarcity; //
+ u32 clust_scarcity; // ore cluster has a 1-in-clust_scarcity chance of appearing at a node
s16 clust_num_ores; // how many ore nodes are in a chunk
s16 clust_size; // how large (in nodes) a chunk of ore is
s16 height_min;