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_biome.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mg_biome.h') 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; -- cgit v1.2.3