diff options
author | mogguh <mogguh@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-05-05 18:00:31 +0000 |
---|---|---|
committer | mogguh <mogguh@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-05-05 18:00:31 +0000 |
commit | 6ec8f23c79ff9b4ff3c4a47167b237dc61f39738 (patch) | |
tree | 94c194973a901677e80aab3c82a59162ca36ca6b /Game/Code/Menu/UMenuText.pas | |
parent | 42f4119fc2ac2a3eb3810d90ae9e2c3cfd1da80c (diff) | |
download | usdx-6ec8f23c79ff9b4ff3c4a47167b237dc61f39738.tar.gz usdx-6ec8f23c79ff9b4ff3c4a47167b237dc61f39738.tar.xz usdx-6ec8f23c79ff9b4ff3c4a47167b237dc61f39738.zip |
added a missing semicolon
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1062 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/Menu/UMenuText.pas')
-rw-r--r-- | Game/Code/Menu/UMenuText.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/Menu/UMenuText.pas b/Game/Code/Menu/UMenuText.pas index 3ed0095e..69acd4eb 100644 --- a/Game/Code/Menu/UMenuText.pas +++ b/Game/Code/Menu/UMenuText.pas @@ -55,7 +55,7 @@ type procedure Draw; constructor Create; overload; constructor Create(X, Y: real; Tekst: string); overload; - constructor Create(ParX, ParY, ParW: real; ParStyle: integer; ParSize, ParColR, ParColG, ParColB: real; ParAlign: integer; ParTekst: string; ParReflection: Boolean; ParReflectionSpacing: Real) overload; + constructor Create(ParX, ParY, ParW: real; ParStyle: integer; ParSize, ParColR, ParColG, ParColB: real; ParAlign: integer; ParTekst: string; ParReflection: Boolean; ParReflectionSpacing: Real); overload; end; implementation |