diff options
author | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-04-13 11:25:13 +0000 |
---|---|---|
committer | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-04-13 11:25:13 +0000 |
commit | e6917faa19aebfa6d089b24c65e4c7fe4bd6b503 (patch) | |
tree | b8ba06b150cacf05b39bec363b03436d85b725ce /Game/Code/UltraStar.dpr | |
parent | 85f1d57678fc6bc3f170d10311ffab90fda1e30c (diff) | |
download | usdx-e6917faa19aebfa6d089b24c65e4c7fe4bd6b503.tar.gz usdx-e6917faa19aebfa6d089b24c65e4c7fe4bd6b503.tar.xz usdx-e6917faa19aebfa6d089b24c65e4c7fe4bd6b503.zip |
Added Reflection to ThemeStatic
Added Attribut ReflectionSpacing
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@83 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r-- | Game/Code/UltraStar.dpr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/UltraStar.dpr b/Game/Code/UltraStar.dpr index f36f9a26..fc1fa8a2 100644 --- a/Game/Code/UltraStar.dpr +++ b/Game/Code/UltraStar.dpr @@ -103,7 +103,7 @@ uses const
- Version = 'UltraStar Deluxe V 0.90 Beta';
+ Version = 'UltraStar Deluxe V 0.95 Beta';
var
WndTitle: string;
|