projects
/
zefram
/
minetest
/
minetest_engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27947d8
)
Fix compiling issue of MSVC
author
BlockMen
<nmuelll@web.de>
Tue, 17 Sep 2013 11:13:29 +0000
(13:13 +0200)
committer
Kahrl
<kahrl@gmx.net>
Mon, 23 Sep 2013 09:51:14 +0000
(11:51 +0200)
src/biome.cpp
patch
|
blob
|
history
diff --git
a/src/biome.cpp
b/src/biome.cpp
index 83d4e7a4c87ac0c41ddc88c52bd2a28aae1d0c71..7e3dcac77da172a70dd8aed4a13d4db506c866dd 100644
(file)
--- a/
src/biome.cpp
+++ b/
src/biome.cpp
@@
-23,7
+23,7
@@
with this program; if not, write to the Free Software Foundation, Inc.,
#include "log.h"
#include "util/numeric.h"
#include "main.h"
-
+#include "util/mathconstants.h"
NoiseParams nparams_biome_def_heat =
{50, 50, v3f(500.0, 500.0, 500.0), 5349, 3, 0.70};