From ac9f850b7d5e37d0e42e78f4c53aa4487721f6e3 Mon Sep 17 00:00:00 2001 From: Tomer Shalev Date: Fri, 19 Feb 2010 07:35:47 +0000 Subject: [PATCH] Brickmania: Forgotten one more hard-coded value git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24768 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/brickmania.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/plugins/brickmania.c b/apps/plugins/brickmania.c index 37d4663e91..bc5ca34a33 100644 --- a/apps/plugins/brickmania.c +++ b/apps/plugins/brickmania.c @@ -819,7 +819,7 @@ typedef struct cube int hits; /* How many hits can this brick take? */ int hiteffect; } cube; -cube brick[80]; +cube brick[NUM_BRICKS_ROWS * NUM_BRICKS_COLS]; typedef struct balls {