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:
parent
804f67b8ce
commit
ac9f850b7d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue