summaryrefslogtreecommitdiff
path: root/xd.c
diff options
context:
space:
mode:
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);
}
}
}