Skip to content

Commit c4e083f

Browse files
committedMay 28, 2016
Disallow external linkage for default Cavegen NoiseParams
1 parent c8fd232 commit c4e083f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/cavegen.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
2626
#include "mg_biome.h"
2727
#include "cavegen.h"
2828

29-
NoiseParams nparams_caveliquids(0, 1, v3f(150.0, 150.0, 150.0), 776, 3, 0.6, 2.0);
29+
static NoiseParams nparams_caveliquids(0, 1, v3f(150.0, 150.0, 150.0), 776, 3, 0.6, 2.0);
3030

3131

3232
////

0 commit comments

Comments
 (0)