summaryrefslogtreecommitdiff
path: root/apps/plugins/brickmania.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/brickmania.c')
-rw-r--r--apps/plugins/brickmania.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/brickmania.c b/apps/plugins/brickmania.c
index 8d01917c2e..a28eaf084f 100644
--- a/apps/plugins/brickmania.c
+++ b/apps/plugins/brickmania.c
@@ -1907,6 +1907,7 @@ static int brickmania_game_loop(void)
1907 ball[k].tempy = pt_hit.y; 1907 ball[k].tempy = pt_hit.y;
1908 ball[k].tempx = pt_hit.x; 1908 ball[k].tempx = pt_hit.x;
1909 brick_hit(i, j); 1909 brick_hit(i, j);
1910 break;
1910 } 1911 }
1911 } /* for k */ 1912 } /* for k */
1912 } /* if(used) */ 1913 } /* if(used) */