X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fscreens.c;h=28deabb99892e96178d62af3226efc7b0860ab44;hb=31edc3255754f9fc39c652d28463a6d5884a6ee1;hp=326fa677c0973404caa4abd28f6dfb97b7746e92;hpb=d522e996ec9a28cd01c056764799996a4ac5474e;p=rocksndiamonds.git diff --git a/src/screens.c b/src/screens.c index 326fa677..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; @@ -5311,7 +5311,7 @@ static void DrawHallOfFame_setScoreEntries(void) if (score_entry_current == NULL) score_entry_current = getFirstValidTreeInfoEntry(score_entries); - if (score_entries != NULL && scores.last_added >= 0) + if (score_entries != NULL && scores.continue_playing) setString(&score_entries->node_group->name, BACKLINK_TEXT_NEXT); // ("score_entries" and "score_entry_current" may be NULL here)