X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fmap_settings_manager.cpp;h=16e7d8230bd3b8778dce8a4081b0f264e5d534f0;hb=5f1cd555cd9d1c64426e173b30b5b792d211c835;hp=52f88778cc2990c8c6ef93e2066fa56d9c4a4d5d;hpb=a7e131f53e211ffbe38d34d23b33e13cc401f013;p=oweals%2Fminetest.git diff --git a/src/map_settings_manager.cpp b/src/map_settings_manager.cpp index 52f88778c..16e7d8230 100644 --- a/src/map_settings_manager.cpp +++ b/src/map_settings_manager.cpp @@ -20,14 +20,13 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "debug.h" #include "filesys.h" #include "log.h" -#include "mapgen.h" +#include "mapgen/mapgen.h" #include "settings.h" #include "map_settings_manager.h" MapSettingsManager::MapSettingsManager(Settings *user_settings, const std::string &map_meta_path): - mapgen_params(NULL), m_map_meta_path(map_meta_path), m_map_settings(new Settings()), m_user_settings(user_settings)