summaryrefslogtreecommitdiffstats
path: root/src/ball.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ball.c')
-rw-r--r--src/ball.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ball.c b/src/ball.c
index d7941b9..e37615b 100644
--- a/src/ball.c
+++ b/src/ball.c
@@ -99,8 +99,8 @@ void
db_balls_collisions(struct db_ball *ball)
{
struct db_ball *other;
- int col_x;
- int col_y;
+ double col_x;
+ double col_y;
/* Spinning balls shouldn't collide with any other balls */
if (ball->sr == 0) {