From 9b0d77a549e4c29c9c189ff2a454568fa9746c1e Mon Sep 17 00:00:00 2001 From: kwolekr Date: Tue, 30 Dec 2014 01:48:20 -0500 Subject: Replace instances of height_min/height_max with y_min/y_max to remove ambiguity --- src/mg_decoration.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mg_decoration.h') diff --git a/src/mg_decoration.h b/src/mg_decoration.h index 3c96611c7..59c3ff558 100644 --- a/src/mg_decoration.h +++ b/src/mg_decoration.h @@ -66,8 +66,8 @@ public: int mapseed; std::vector c_place_on; s16 sidelen; - s16 height_min; - s16 height_max; + s16 y_min; + s16 y_max; float fill_ratio; NoiseParams np; -- cgit v1.2.3