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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/chessbox/chessbox.c b/apps/plugins/chessbox/chessbox.c
index fdab570bc2..d82ac9e181 100644
--- a/apps/plugins/chessbox/chessbox.c
+++ b/apps/plugins/chessbox/chessbox.c
@@ -643,10 +643,11 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter) {
643 /* plugin init */ 643 /* plugin init */
644 (void)parameter; 644 (void)parameter;
645 rb = api; 645 rb = api;
646 rb->lcd_set_backdrop(NULL);
646 /* end of plugin init */ 647 /* end of plugin init */
647 648
648 /* load opening book, soon */ 649 /* load opening book, soon */
649 650
650 /* init board */ 651 /* init board */
651 GNUChess_Initialize(); 652 GNUChess_Initialize();
652 653