diff options
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/brickmania.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/brickmania.c b/apps/plugins/brickmania.c index 8d01917..a28eaf0 100644 --- a/apps/plugins/brickmania.c +++ b/apps/plugins/brickmania.c @@ -1907,6 +1907,7 @@ static int brickmania_game_loop(void) ball[k].tempy = pt_hit.y; ball[k].tempx = pt_hit.x; brick_hit(i, j); + break; } } /* for k */ } /* if(used) */ |