From 2d849b0a19af03913e564e2b6dbc36eecdd5ae0c Mon Sep 17 00:00:00 2001 From: kwolekr Date: Mon, 5 Jan 2015 02:42:27 -0500 Subject: Shorten ManualMapVoxelManipulator to MMVManip --- src/mg_biome.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mg_biome.cpp') diff --git a/src/mg_biome.cpp b/src/mg_biome.cpp index 0616d81a2..0d17ae5ed 100644 --- a/src/mg_biome.cpp +++ b/src/mg_biome.cpp @@ -20,7 +20,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "mg_biome.h" #include "gamedef.h" #include "nodedef.h" -#include "map.h" //for ManualMapVoxelManipulator +#include "map.h" //for MMVManip #include "log.h" #include "util/numeric.h" #include "main.h" -- cgit v1.2.3