1
0
Fork 0
forked from len0rd/rockbox

Brickmania: Forgotten one more hard-coded value

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24768 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Tomer Shalev 2010-02-19 07:35:47 +00:00
parent 804f67b8ce
commit ac9f850b7d

View file

@ -819,7 +819,7 @@ typedef struct cube
int hits; /* How many hits can this brick take? */ int hits; /* How many hits can this brick take? */
int hiteffect; int hiteffect;
} cube; } cube;
cube brick[80]; cube brick[NUM_BRICKS_ROWS * NUM_BRICKS_COLS];
typedef struct balls typedef struct balls
{ {