Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Disallow external linkage for default Cavegen NoiseParams
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/cavegen.cpp
|
@@ -26,7 +26,7 @@ with this program; if not, write to the Free Software Foundation, Inc., |
|
|
#include "mg_biome.h" |
|
|
#include "cavegen.h" |
|
|
|
|
|
NoiseParams nparams_caveliquids(0, 1, v3f(150.0, 150.0, 150.0), 776, 3, 0.6, 2.0); |
|
|
static NoiseParams nparams_caveliquids(0, 1, v3f(150.0, 150.0, 150.0), 776, 3, 0.6, 2.0); |
|
|
|
|
|
|
|
|
//// |
|
|