From: Holger Schemel Date: Sun, 20 Mar 2022 20:08:41 +0000 (+0100) Subject: re-added text to main menu back link list entry in hall of fame X-Git-Tag: 4.3.2.0~64 X-Git-Url: https://git.artsoft.org/rocksndiamonds.git/?a=commitdiff_plain;h=36dc08f73814060447d08c6640680231f5590542;p=rocksndiamonds.git re-added text to main menu back link list entry in hall of fame --- 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 : \