From: Holger Schemel Date: Wed, 11 May 2022 16:43:13 +0000 (+0200) Subject: fixed changing back link in hall of fame to "next" only when needed X-Git-Tag: 4.3.2.2~25 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=b93f2d2fc2e51802b1d1e86be5fba7a04d8ef054 fixed changing back link in hall of fame to "next" only when needed --- diff --git a/src/screens.c b/src/screens.c index 326fa677..d7b7aab0 100644 --- a/src/screens.c +++ b/src/screens.c @@ -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)