summaryrefslogtreecommitdiff
path: root/apps/plugins/brickmania.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/brickmania.c')
-rw-r--r--apps/plugins/brickmania.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/brickmania.c b/apps/plugins/brickmania.c
index 3cf6a48fef..28533ccfa6 100644
--- a/apps/plugins/brickmania.c
+++ b/apps/plugins/brickmania.c
@@ -225,7 +225,11 @@ extern const fb_data brickmania_bricks[];
225#define BMPHEIGHT_powerup 6 225#define BMPHEIGHT_powerup 6
226#define BMPWIDTH_powerup 10 226#define BMPWIDTH_powerup 10
227 227
228#if LCD_DEPTH == 16
229#define BMPHEIGHT_menu 128
230#else
228#define BMPHEIGHT_menu 45 231#define BMPHEIGHT_menu 45
232#endif
229#define BMPWIDTH_menu 160 233#define BMPWIDTH_menu 160
230 234
231#define BMPXOFS_start 34 235#define BMPXOFS_start 34