]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/cavegen.cpp
make formspec textarea wordwrap
[dragonfireclient.git] / src / cavegen.cpp
index b32e140f8971d8a703ce8db8a34887fe30170127..d93911f277bdda6fab4c3bdf581426b6e7a37260 100644 (file)
@@ -24,8 +24,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "mapgen_v7.h"
 #include "cavegen.h"
 
-NoiseParams nparams_caveliquids =
-       {0, 1, v3f(150.0, 150.0, 150.0), 776, 3, 0.6};
+NoiseParams nparams_caveliquids(0, 1, v3f(150.0, 150.0, 150.0), 776, 3, 0.6);
 
 
 ///////////////////////////////////////////////////////////////////////////////