diff --git a/apps/plugins/puzzles/rockbox.c b/apps/plugins/puzzles/rockbox.c index 10c8efc22b..62ed3e9479 100644 --- a/apps/plugins/puzzles/rockbox.c +++ b/apps/plugins/puzzles/rockbox.c @@ -1688,7 +1688,8 @@ static int process_input(int tmo) * are pressed */ if(strcmp("Inertia", midend_which_game(me)->name) == 0 || strcmp("Mines", midend_which_game(me)->name) == 0 || - strcmp("Magnets", midend_which_game(me)->name) == 0 ) + strcmp("Magnets", midend_which_game(me)->name) == 0 || + strcmp("Map", midend_which_game(me)->name) == 0) { LOGF("received button 0x%08x", button);