From: Holger Schemel Date: Sun, 3 Nov 2024 19:08:57 +0000 (+0100) Subject: white space changes X-Git-Tag: 4.4.0.0-test-4~91 X-Git-Url: https://git.artsoft.org/?a=commitdiff_plain;h=fa9014395040a718a7055d61ba2fbe71047a65b1;p=rocksndiamonds.git white space changes --- diff --git a/src/screens.c b/src/screens.c index e1301c73..78f091ea 100644 --- a/src/screens.c +++ b/src/screens.c @@ -3871,9 +3871,9 @@ static void DrawInfoScreen_Version(void) int spacing_para = menu.paragraph_spacing_info[info_mode]; int spacing_line = menu.line_spacing_info[info_mode]; int spacing_midd = menu.middle_spacing_info[info_mode]; - int ystep_head = getMenuTextStep(spacing_head, font_head); - int ystep_para = getMenuTextStep(spacing_para, font_text); - int ystep_line = getMenuTextStep(spacing_line, font_text); + int ystep_head = getMenuTextStep(spacing_head, font_head); + int ystep_para = getMenuTextStep(spacing_para, font_text); + int ystep_line = getMenuTextStep(spacing_line, font_text); int ystart = mSY - SY + MENU_SCREEN_INFO_YSTART + getHeadlineSpacing(); int yfooter = mSY - SY + MENU_SCREEN_INFO_FOOTER; int xstart1 = mSX - SX + MENU_SCREEN_INFO_SPACE_LEFT; @@ -5940,8 +5940,8 @@ static void DrawScoreInfo_Content(int entry_nr) int spacing_left = menu.left_spacing[GAME_MODE_SCOREINFO]; int spacing_top = menu.top_spacing[GAME_MODE_SCOREINFO]; int spacing_midd = menu.middle_spacing[GAME_MODE_SCOREINFO]; - int ystep_para = getMenuTextStep(spacing_para, font_text); - int ystep_line = getMenuTextStep(spacing_line, font_text); + int ystep_para = getMenuTextStep(spacing_para, font_text); + int ystep_line = getMenuTextStep(spacing_line, font_text); int ystart = mSY - SY + spacing_top + getHeadlineSpacing(); int yfooter = mSY - SY + MENU_FOOTER_YPOS; int xstart1 = mSX - SX + spacing_left;