summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dgn-proclayouts.cc
diff options
context:
space:
mode:
authorBrendan Hickey <brendan@bhickey.net>2012-09-16 09:37:00 -0700
committerBrendan Hickey <brendan@bhickey.net>2012-12-30 19:06:13 -0800
commit5d9c6d73e9a3d76013b3d9c535dbfbf4d0e9ccb9 (patch)
treecb627eb78e30cd23da2190f7d0849a3ac1c6d067 /crawl-ref/source/dgn-proclayouts.cc
parentc7534abe2057e9e0052105c61b71503076b93036 (diff)
downloadcrawl-ref-5d9c6d73e9a3d76013b3d9c535dbfbf4d0e9ccb9.tar.gz
crawl-ref-5d9c6d73e9a3d76013b3d9c535dbfbf4d0e9ccb9.zip
River scale
Diffstat (limited to 'crawl-ref/source/dgn-proclayouts.cc')
-rw-r--r--crawl-ref/source/dgn-proclayouts.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/dgn-proclayouts.cc b/crawl-ref/source/dgn-proclayouts.cc
index 4392e65a00..731709eba9 100644
--- a/crawl-ref/source/dgn-proclayouts.cc
+++ b/crawl-ref/source/dgn-proclayouts.cc
@@ -110,7 +110,7 @@ RiverLayout::operator()(const coord_def &p, const uint32_t offset) const
{
const int periodicity = 100;
const int baseWidth = 12;
- const double scale = 1000;
+ const double scale = 10000;
worley::noise_datum n =
worley::noise(p.x/100.0, p.y/1000.0, offset / 1000.0 + seed);
if ((n.id[0] + n.id[1]) % 6 || p.x % periodicity > baseWidth * 2)