summaryrefslogtreecommitdiff
path: root/xd.c
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2018-11-12 07:56:09 +0000
committerIan C <ianc@noddybox.co.uk>2018-11-12 07:56:09 +0000
commitdc4f657b4a897ef58e49231a99c78c877ae203a2 (patch)
tree8ebe46b4909be6f727fc75985f0a0f1573270ee6 /xd.c
parente81e00d67eafb54f1470976cac471e7197cdb71a (diff)
Tweaked size of dribbles in rain demo.
Diffstat (limited to 'xd.c')
-rw-r--r--xd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xd.c b/xd.c
index a9e7fb3..abdb1c8 100644
--- a/xd.c
+++ b/xd.c
@@ -5179,7 +5179,7 @@ static void RainDemo(void)
for(r = 0; r < DRIBBLE_LEN; r++)
{
FCircle(dribble[f].lastx[r], dribble[f].y - DRIBBLE_LEN + r,
- r/4, blue);
+ r/8, blue);
}
}
}