From: Holger Schemel Date: Sat, 21 Oct 2017 16:52:47 +0000 (+0200) Subject: fixed (switched) fonts for constant and variable text output X-Git-Tag: 4.1.0.0~84 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=04a9a4716e47d2d5ca92962e4fa1d78a8a59150b fixed (switched) fonts for constant and variable text output --- diff --git a/src/screens.c b/src/screens.c index b67573e6..60d5daa4 100644 --- a/src/screens.c +++ b/src/screens.c @@ -3276,8 +3276,8 @@ void HandleInfoScreen_Program(int button) void DrawInfoScreen_Version() { - int font_header = FONT_TEXT_3; - int font_text = FONT_TEXT_2; + int font_header = FONT_TEXT_2; + int font_text = FONT_TEXT_3; int xstep = getFontWidth(font_text); int ystep = getFontHeight(font_text); int ystart1 = mSY - SY + 100;