From d3a6a12baea7317f6765ae7541cbc453f83d7928 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Tue, 25 Jan 2011 09:53:21 +0200 Subject: removed alternative name "pressure" from param2 --- src/map.cpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/map.cpp') diff --git a/src/map.cpp b/src/map.cpp index bbcc0f36f..0b5872e05 100644 --- a/src/map.cpp +++ b/src/map.cpp @@ -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)); -- cgit v1.2.3