mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
removed alternative name "pressure" from param2
This commit is contained in:
parent
de3fdba568
commit
d3a6a12bae
6 changed files with 41 additions and 66 deletions
|
@ -1804,7 +1804,7 @@ ServerMap::ServerMap(std::string savedir, HMParams hmp, MapParams mp):
|
|||
float randmax = 0;
|
||||
float randfactor = 0;
|
||||
|
||||
if(myrand()%5 == 0)
|
||||
/*if(myrand()%5 == 0)
|
||||
{
|
||||
baseheight = 100;
|
||||
randmax = 50;
|
||||
|
@ -1833,7 +1833,11 @@ ServerMap::ServerMap(std::string savedir, HMParams hmp, MapParams mp):
|
|||
baseheight = -3;
|
||||
randmax = 20;
|
||||
randfactor = 0.5;
|
||||
}
|
||||
}*/
|
||||
|
||||
baseheight = 0;
|
||||
randmax = 15;
|
||||
randfactor = 0.63;
|
||||
|
||||
list_baseheight->addPoint(p, Attribute(baseheight));
|
||||
list_randmax->addPoint(p, Attribute(randmax));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue