summaryrefslogtreecommitdiff
path: root/src/mapgen_fractal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapgen_fractal.h')
-rw-r--r--src/mapgen_fractal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapgen_fractal.h b/src/mapgen_fractal.h
index ffb2acfb9..8c21a8a4e 100644
--- a/src/mapgen_fractal.h
+++ b/src/mapgen_fractal.h
@@ -65,7 +65,7 @@ public:
BiomeManager *bmgr;
int ystride;
- int zstride;
+ int zstride_1d;
u16 formula;
bool julia;