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/mapgen.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/mapgen.h') diff --git a/src/mapgen.h b/src/mapgen.h index eace02e2c..5bbdd724d 100644 --- a/src/mapgen.h +++ b/src/mapgen.h @@ -36,7 +36,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #define MG_LIGHT 0x10 class Settings; -class ManualMapVoxelManipulator; +class MMVManip; class INodeDefManager; extern FlagDesc flagdesc_mapgen[]; @@ -45,7 +45,6 @@ extern FlagDesc flagdesc_gennotify[]; class Biome; class EmergeManager; class MapBlock; -class ManualMapVoxelManipulator; class VoxelManipulator; struct BlockMakeData; class VoxelArea; @@ -134,7 +133,7 @@ public: bool generating; int id; - ManualMapVoxelManipulator *vm; + MMVManip *vm; INodeDefManager *ndef; u32 blockseed; -- cgit v1.2.3