X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fscreens.c;h=28deabb99892e96178d62af3226efc7b0860ab44;hb=31edc3255754f9fc39c652d28463a6d5884a6ee1;hp=d7b7aab06fec3fab3ef4c56128fcd1eede25b47d;hpb=b93f2d2fc2e51802b1d1e86be5fba7a04d8ef054;p=rocksndiamonds.git diff --git a/src/screens.c b/src/screens.c index d7b7aab0..28deabb9 100644 --- a/src/screens.c +++ b/src/screens.c @@ -4810,8 +4810,8 @@ static void HandleChooseTree(int mx, int my, int dx, int dy, int button, } #if defined(PLATFORM_ANDROID) - // touching the screen anywhere continues playing the next level - if ((mx || my) && scores.continue_playing) + // directly continue when touching the screen after playing + if ((mx || my) && scores.continue_on_return) { mx = my = 0; button = MB_MENU_CHOICE;