Skip to content

Commit

Permalink
Extra row of bricks in leveleditor.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy Christensen committed Sep 28, 2012
1 parent c9d7d62 commit 9beed48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified data/editselbrick.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion leveleditor.c
Expand Up @@ -487,7 +487,7 @@ int runEditor(SDL_Surface* screen)
//Draw bricks in a 6*4 grid
int px,py,bnum=BRICKSBEGIN;
static int brickSelOfX = HSCREENW - 78 + 8;
static int brickSelOfY = HSCREENH - 42 + 8;
static int brickSelOfY = HSCREENH - 54 + 8;
for(py=0;py < 4; py++)
{
for(px=0; px < 6; px++)
Expand Down

0 comments on commit 9beed48

Please sign in to comment.