Skip to content

Commit

Permalink
Fix compiling issue of MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
BlockMen authored and kahrl committed Sep 23, 2013
1 parent 27947d8 commit 9e6bdc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/biome.cpp
Expand Up @@ -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};
Expand Down

0 comments on commit 9e6bdc3

Please sign in to comment.