summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xd.c b/xd.c
index 5dc9773..638aa2f 100644
--- a/xd.c
+++ b/xd.c
@@ -4981,7 +4981,7 @@ static void FireworkDemo(void)
firework[f].y = height;
firework[f].x = RND2(width - 100, 100);
firework[f].dx = (RND(100) / 100.0) - 0.5;
- firework[f].dy = -(RND(100) / 100.0);
+ firework[f].dy = -(RND(100) / 100.0) - 0.4;
}
}