From 8a1cda66f0dea643a2c9cf52c08570eb5fb0707c Mon Sep 17 00:00:00 2001 From: Karl Kurbjun Date: Sat, 18 Jul 2009 01:57:06 +0000 Subject: Brickmania: Correct a bug in the ball/brick collision (large screens (640x480) did not collide with the bottom row of bricks) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21944 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/brickmania.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/plugins/brickmania.c b/apps/plugins/brickmania.c index 30b4912c01..ca27df6298 100644 --- a/apps/plugins/brickmania.c +++ b/apps/plugins/brickmania.c @@ -1309,8 +1309,11 @@ int game_loop(void) #endif } + /* Somewhere in here collision checking is done b/w ball and + * brick. + */ for(k=0;k= brickx && -- cgit v1.2.3