From c06caa14c31ffa480146a7dbb7094224a486c1bd Mon Sep 17 00:00:00 2001 From: kwolekr Date: Sun, 4 Aug 2013 22:59:22 -0400 Subject: Decoration: Fix schematic probability mess with new MTS file version --- src/map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map.h') diff --git a/src/map.h b/src/map.h index c1fd361a7..c90106ed1 100644 --- a/src/map.h +++ b/src/map.h @@ -33,7 +33,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "mapnode.h" #include "constants.h" #include "voxel.h" -#include "mapgen.h" //for BlockMakeData and EmergeManager +#include "mapgen.h" //for MapgenParams #include "modifiedstate.h" #include "util/container.h" #include "nodetimer.h" -- cgit v1.2.3