summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles
diff options
context:
space:
mode:
authorFranklin Wei <git@fwei.tk>2017-08-16 11:38:51 -0400
committerFranklin Wei <git@fwei.tk>2017-08-16 11:40:42 -0400
commitd0c4ef4b78f1a399c02e65abc6ad3fad10e17bd8 (patch)
tree3d768479b00469fbc0ed82fae41b9ed0e9387ef7 /apps/plugins/puzzles
parentef9c2f44579543d2fa83632106343ba8b730f734 (diff)
downloadrockbox-d0c4ef4b78f1a399c02e65abc6ad3fad10e17bd8.tar.gz
rockbox-d0c4ef4b78f1a399c02e65abc6ad3fad10e17bd8.zip
puzzles: enable long-press in Map
This allows for stippling regions. Change-Id: If8f271b66f6f350c843d6669918ea39712acd818
Diffstat (limited to 'apps/plugins/puzzles')
-rw-r--r--apps/plugins/puzzles/rockbox.c3
1 files changed, 2 insertions, 1 deletions
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)
1688 * are pressed */ 1688 * are pressed */
1689 if(strcmp("Inertia", midend_which_game(me)->name) == 0 || 1689 if(strcmp("Inertia", midend_which_game(me)->name) == 0 ||
1690 strcmp("Mines", midend_which_game(me)->name) == 0 || 1690 strcmp("Mines", midend_which_game(me)->name) == 0 ||
1691 strcmp("Magnets", midend_which_game(me)->name) == 0 ) 1691 strcmp("Magnets", midend_which_game(me)->name) == 0 ||
1692 strcmp("Map", midend_which_game(me)->name) == 0)
1692 { 1693 {
1693 LOGF("received button 0x%08x", button); 1694 LOGF("received button 0x%08x", button);
1694 1695