aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-05-28 19:58:06 +0000
committerwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-05-28 19:58:06 +0000
commit0bb302b56187c6435ae78bee7901765dbf72e89d (patch)
tree223a8f598b4c2048153b98ceff0ad0f5607f8c3c
parent3789f80943f7a237ecbcadeee5803a1fa4a982a2 (diff)
downloadusdx-0bb302b56187c6435ae78bee7901765dbf72e89d.tar.gz
usdx-0bb302b56187c6435ae78bee7901765dbf72e89d.tar.xz
usdx-0bb302b56187c6435ae78bee7901765dbf72e89d.zip
New spacing for Font type 1
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@236 b956fd51-792f-4845-bead-9b4dfca2ff2c
-rw-r--r--Game/Code/Menu/UMenuText.pas3
1 files changed, 3 insertions, 0 deletions
diff --git a/Game/Code/Menu/UMenuText.pas b/Game/Code/Menu/UMenuText.pas
index 5b035f51..69ece02f 100644
--- a/Game/Code/Menu/UMenuText.pas
+++ b/Game/Code/Menu/UMenuText.pas
@@ -279,6 +279,9 @@ begin
{if Size >= 10 then
Y2 := Y2 + Size * 2.8
else}
+ if (Style = 1) then
+ Y2 := Y2 + Size * 2.8
+ else
Y2 := Y2 + Size * 2.15;
end;
SetFontStyle(0); // reset to default