summaryrefslogtreecommitdiff
path: root/apps/plugins/chessbox/chessbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/chessbox/chessbox.c')
-rw-r--r--apps/plugins/chessbox/chessbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/chessbox/chessbox.c b/apps/plugins/chessbox/chessbox.c
index f34bdbf24a..f8db7d9b7f 100644
--- a/apps/plugins/chessbox/chessbox.c
+++ b/apps/plugins/chessbox/chessbox.c
@@ -43,7 +43,7 @@ extern const fb_data chessbox_pieces[];
43PLUGIN_HEADER 43PLUGIN_HEADER
44 44
45/* Tile size defined by the assigned bitmap */ 45/* Tile size defined by the assigned bitmap */
46#include "chessbox_pieces.h" 46#include "pluginbitmaps/chessbox_pieces.h"
47#define TILE_WIDTH BMPWIDTH_chessbox_pieces 47#define TILE_WIDTH BMPWIDTH_chessbox_pieces
48#define TILE_HEIGHT (BMPHEIGHT_chessbox_pieces/26) 48#define TILE_HEIGHT (BMPHEIGHT_chessbox_pieces/26)
49 49