]> git.localhorst.tv Git - blank.git/blobdiff - src/world/Generator.hpp
special treatment for players
[blank.git] / src / world / Generator.hpp
index a2ae18a3e99fa56450f57c88abd8e4deea8d2f33..b3cb61f891e5bef8f8535f5a4a52980747f9145f 100644 (file)
@@ -16,8 +16,7 @@ class Generator {
 
 public:
        struct Config {
-               unsigned int solid_seed = 0;
-               unsigned int type_seed = 0;
+               unsigned int seed = 0;
                float stretch = 64.0f;
                float solid_threshold = 0.5f;
        };