aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Menu/UMenuText.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/Menu/UMenuText.pas')
-rw-r--r--Game/Code/Menu/UMenuText.pas5
1 files changed, 4 insertions, 1 deletions
diff --git a/Game/Code/Menu/UMenuText.pas b/Game/Code/Menu/UMenuText.pas
index 4cb48cad..5b035f51 100644
--- a/Game/Code/Menu/UMenuText.pas
+++ b/Game/Code/Menu/UMenuText.pas
@@ -276,7 +276,10 @@ begin
SetFontPos(X2, Y2);
glPrint(PChar(Text2));
- Y2 := Y2 + Size * 1.7;
+ {if Size >= 10 then
+ Y2 := Y2 + Size * 2.8
+ else}
+ Y2 := Y2 + Size * 2.15;
end;
SetFontStyle(0); // reset to default