diff options
author | Sfan5 <sfan5@live.de> | 2014-02-16 08:16:49 +0100 |
---|---|---|
committer | Sfan5 <sfan5@live.de> | 2014-02-16 08:25:53 +0100 |
commit | d9d06ad920a685c2f60593548b27250fe994a1f0 (patch) | |
tree | 65ac4c6312bf10150552e64a2785d814d9144036 /src/script | |
parent | 4585fba98b0a4ec50d9cdf0c36f6b49f5a0844c5 (diff) | |
download | minetest-d9d06ad920a685c2f60593548b27250fe994a1f0.tar.gz minetest-d9d06ad920a685c2f60593548b27250fe994a1f0.tar.bz2 minetest-d9d06ad920a685c2f60593548b27250fe994a1f0.zip |
Fix g_settings not being included
Diffstat (limited to 'src/script')
-rw-r--r-- | src/script/lua_api/l_mapgen.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/script/lua_api/l_mapgen.cpp b/src/script/lua_api/l_mapgen.cpp index d34620056..f357d3f44 100644 --- a/src/script/lua_api/l_mapgen.cpp +++ b/src/script/lua_api/l_mapgen.cpp @@ -27,6 +27,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "biome.h" #include "emerge.h" #include "mapgen_v7.h" +#include "main.h" struct EnumString ModApiMapgen::es_BiomeTerrainType[] = |