From 43518e567f2552f49b8d30e4254b41907f74af15 Mon Sep 17 00:00:00 2001 From: NF Date: Sat, 21 Jan 2017 13:13:24 +0000 Subject: [PATCH] Update cavegen.cpp --- src/cavegen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cavegen.cpp b/src/cavegen.cpp index bb6aa25a..f8b0c57a 100644 --- a/src/cavegen.cpp +++ b/src/cavegen.cpp @@ -20,7 +20,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "util/numeric.h" #include "map.h" #include "mapgen.h" -#include "mapgen_v5.h" +#include "mapgen_torus.h" #include "mapgen_v6.h" #include "mapgen_v7.h" #include "mg_biome.h"