From 36dc08f73814060447d08c6640680231f5590542 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Sun, 20 Mar 2022 21:08:41 +0100 Subject: [PATCH] re-added text to main menu back link list entry in hall of fame --- src/libgame/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libgame/system.h b/src/libgame/system.h index cc9a2fb2..72d037cd 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -813,7 +813,7 @@ #define BACKLINK_TEXT_MAIN ".. (main menu)" #define BACKLINK_TEXT_SETUP ".. (setup menu)" #define BACKLINK_TEXT_PARENT ".. (parent directory)" -#define BACKLINK_TEXT_SCORES "" +#define BACKLINK_TEXT_SCORES "back" #define TREE_INFOTEXT(t) ((t) == TREE_TYPE_SCORE_ENTRY ? \ INFOTEXT_SCORE_ENTRY : \ -- 2.34.1