1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 16:45:20 +02:00

Fix compiling issue of MSVC

This commit is contained in:
BlockMen
2013-09-17 13:13:29 +02:00
committed by Kahrl
parent 27947d85f7
commit 9e6bdc377f

View File

@@ -23,7 +23,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "log.h" #include "log.h"
#include "util/numeric.h" #include "util/numeric.h"
#include "main.h" #include "main.h"
#include "util/mathconstants.h"
NoiseParams nparams_biome_def_heat = NoiseParams nparams_biome_def_heat =
{50, 50, v3f(500.0, 500.0, 500.0), 5349, 3, 0.70}; {50, 50, v3f(500.0, 500.0, 500.0), 5349, 3, 0.70};