From: Holger Schemel Date: Tue, 31 Oct 2017 12:06:58 +0000 (+0100) Subject: reused unused font definition for text on joystick configuration page X-Git-Tag: 4.1.0.0~79 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=c8cce6c46873bf9d4121703b53585905edd9b154 reused unused font definition for text on joystick configuration page --- diff --git a/src/conf_gfx.c b/src/conf_gfx.c index b2859d1b..ea163025 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -6381,7 +6381,7 @@ struct ConfigInfo image_config[] = { "font.title_2.width", "14" }, { "font.title_2.height", "14" }, { "font.title_2.SETUP", UNDEFINED_FILENAME }, - { "font.title_2.SETUP.clone_from", "font.text_4" }, + { "font.title_2.SETUP.clone_from", "font.text_2" }, { "font.menu_1", "RocksFontBig.png" }, { "font.menu_1.x", "0" }, diff --git a/src/screens.c b/src/screens.c index 87a86224..7513842e 100644 --- a/src/screens.c +++ b/src/screens.c @@ -89,7 +89,7 @@ #define SETUPINPUT_SCREEN_POS_EMPTY2 (SETUPINPUT_SCREEN_POS_END - 1) #define MENU_SETUP_FONT_TITLE FONT_TEXT_1 -#define MENU_SETUP_FONT_TEXT FONT_REQUEST +#define MENU_SETUP_FONT_TEXT FONT_TITLE_2 /* for various menu stuff */ #define MENU_SCREEN_START_XPOS 1