summaryrefslogtreecommitdiff
path: root/src/mg_ore.h
diff options
context:
space:
mode:
authorkwolekr <kwolekr@minetest.net>2014-12-30 01:48:20 -0500
committerkwolekr <kwolekr@minetest.net>2014-12-30 01:48:20 -0500
commit9b0d77a549e4c29c9c189ff2a454568fa9746c1e (patch)
tree60edafd192aa036e954d8a3db77e29a27dab8475 /src/mg_ore.h
parentb589353d89a5a5cd2dd999a13ca039079bee0ece (diff)
downloadminetest-9b0d77a549e4c29c9c189ff2a454568fa9746c1e.tar.gz
minetest-9b0d77a549e4c29c9c189ff2a454568fa9746c1e.tar.bz2
minetest-9b0d77a549e4c29c9c189ff2a454568fa9746c1e.zip
Replace instances of height_min/height_max with y_min/y_max to remove ambiguity
Diffstat (limited to 'src/mg_ore.h')
-rw-r--r--src/mg_ore.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mg_ore.h b/src/mg_ore.h
index bd81a63fb..dc33873d4 100644
--- a/src/mg_ore.h
+++ b/src/mg_ore.h
@@ -56,8 +56,8 @@ public:
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;
- s16 height_max;
+ s16 y_min;
+ s16 y_max;
u8 ore_param2; // to set node-specific attributes
u32 flags; // attributes for this ore
float nthresh; // threshhold for noise at which an ore is placed