]> code.delx.au - pong/commitdiff
Tweaked speeds
authorJames Bunton <jamesbunton@fastmail.fm>
Sat, 23 Jun 2007 11:58:32 +0000 (21:58 +1000)
committerJames Bunton <jamesbunton@fastmail.fm>
Sat, 23 Jun 2007 11:58:32 +0000 (21:58 +1000)
pong.c

diff --git a/pong.c b/pong.c
index 32514c105d5c3b4792504a7932ab6a43d9726c9f..f09d718534b770632f7da0133c5452981c14afc9 100644 (file)
--- a/pong.c
+++ b/pong.c
@@ -14,7 +14,7 @@
 // Amount to increase speed by on x, y axis, and when bouncing
 #define SPEEDXINC   1.1
 #define SPEEDYINC   1.1
-#define SPEEDBINC   0.2
+#define SPEEDBINC   0.15
 #define PADDLESPEED 3.0
 #define FRAME       40
 #define PADDLESIZE  10