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_schematic.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mg_schematic.h') diff --git a/src/mg_schematic.h b/src/mg_schematic.h index 8d0b18148..ad5afb15f 100644 --- a/src/mg_schematic.h +++ b/src/mg_schematic.h @@ -26,7 +26,7 @@ with this program; if not, write to the Free Software Foundation, Inc., class Map; class Mapgen; -class ManualMapVoxelManipulator; +class MMVManip; class PseudoRandom; class NodeResolver; @@ -58,7 +58,7 @@ public: void updateContentIds(); - void blitToVManip(v3s16 p, ManualMapVoxelManipulator *vm, + void blitToVManip(v3s16 p, MMVManip *vm, Rotation rot, bool force_placement, INodeDefManager *ndef); bool loadSchematicFromFile(const char *filename, INodeDefManager *ndef, -- cgit v1.2.3