summaryrefslogtreecommitdiff
path: root/apps/plugins/xobox.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/xobox.c')
-rw-r--r--apps/plugins/xobox.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/xobox.c b/apps/plugins/xobox.c
index 76644e520d..2c25eba724 100644
--- a/apps/plugins/xobox.c
+++ b/apps/plugins/xobox.c
@@ -306,8 +306,6 @@ static int speed = 6; /* CYCLETIME = (11-speed)*10 ms */
306static int difficulty = 75; /* Percentage of screen that needs to be filled 306static int difficulty = 75; /* Percentage of screen that needs to be filled
307 * in order to win the game */ 307 * in order to win the game */
308 308
309MEM_FUNCTION_WRAPPERS;
310
311static bool quit = false; 309static bool quit = false;
312 310
313static unsigned int board[BOARD_H][BOARD_W]; 311static unsigned int board[BOARD_H][BOARD_W];