diff options
| author | kwolekr <kwolekr@minetest.net> | 2014-12-30 01:48:20 -0500 |
|---|---|---|
| committer | kwolekr <kwolekr@minetest.net> | 2014-12-30 01:48:20 -0500 |
| commit | 9b0d77a549e4c29c9c189ff2a454568fa9746c1e (patch) | |
| tree | 60edafd192aa036e954d8a3db77e29a27dab8475 /src/mg_biome.h | |
| parent | b589353d89a5a5cd2dd999a13ca039079bee0ece (diff) | |
| download | dragonfireclient-9b0d77a549e4c29c9c189ff2a454568fa9746c1e.tar.xz | |
Replace instances of height_min/height_max with y_min/y_max to remove ambiguity
Diffstat (limited to 'src/mg_biome.h')
| -rw-r--r-- | src/mg_biome.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mg_biome.h b/src/mg_biome.h index f5a5deae3..3577960a9 100644 --- a/src/mg_biome.h +++ b/src/mg_biome.h @@ -52,8 +52,8 @@ public: s16 height_shore; s16 depth_water_top; - s16 height_min; - s16 height_max; + s16 y_min; + s16 y_max; float heat_point; float humidity_point; |
