summaryrefslogtreecommitdiff
path: root/xd.c
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2018-11-01 09:14:06 +0000
committerIan C <ianc@noddybox.co.uk>2018-11-01 09:14:06 +0000
commit9ce31abc265f7fc87b7ee4a5c727110328ab3c44 (patch)
tree8b2d480bd0805c861a823b12464f9d410ec262be /xd.c
parenteab31f0713185f4d816e553d8563b5e5556c1b44 (diff)
Small tweak to coaster parameters.
Diffstat (limited to 'xd.c')
-rw-r--r--xd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xd.c b/xd.c
index 9c465d0..77b9247 100644
--- a/xd.c
+++ b/xd.c
@@ -4626,7 +4626,7 @@ static void CoasterDemo(void)
{
if (dcount == 0 && dx == 0 && dy == 0)
{
- dcount = RND2(200, 500);
+ dcount = RND2(300, 1000);
dx = 0;
dy = 0;
dxi = RND(10) / 40.0 - 0.125;
@@ -4827,7 +4827,7 @@ static void CoasterDemo(void)
{
if (dcount == 0 && dx == 0 && dy == 0)
{
- dcount = RND2(200, 500);
+ dcount = RND2(300, 1000);
dx = 0;
dy = 0;
dxi = RND(10) / 40.0 - 0.125;