X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=60a2d7cc40b369ab302cd645f6e282ba903db3b0;hb=d522e996ec9a28cd01c056764799996a4ac5474e;hp=065d8836a86ecdc0d6d5af95cd95849d9b09fcef;hpb=ae6637c6b1ac75a5c43c856d47b79f0b096a9ac6;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index 065d8836..60a2d7cc 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -240,6 +240,7 @@ #define MB_MENU_MARK TRUE #define MB_MENU_INITIALIZE (-1) #define MB_MENU_LEAVE (-2) +#define MB_MENU_CONTINUE (-3) #define MB_LEFTBUTTON 1 #define MB_MIDDLEBUTTON 2 #define MB_RIGHTBUTTON 3 @@ -819,6 +820,7 @@ #define BACKLINK_TEXT_SETUP ".. (setup menu)" #define BACKLINK_TEXT_PARENT ".. (parent directory)" #define BACKLINK_TEXT_BACK "back" +#define BACKLINK_TEXT_NEXT "next" #define TREE_INFOTEXT(t) ((t) == TREE_TYPE_SCORE_ENTRY ? \ INFOTEXT_SCORE_ENTRY : \