diff options
author | mogguh <mogguh@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-12-20 00:38:12 +0000 |
---|---|---|
committer | mogguh <mogguh@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-12-20 00:38:12 +0000 |
commit | 0fc1609b13b256acef7fe9ab456225b68a806730 (patch) | |
tree | 10ce95e09ee27ebddb3ed2a09b2489a4cbf18efe /Game/Code/Screens | |
parent | 0d5fbd096cddf37bfc3a5f642644179c81bde582 (diff) | |
download | usdx-0fc1609b13b256acef7fe9ab456225b68a806730.tar.gz usdx-0fc1609b13b256acef7fe9ab456225b68a806730.tar.xz usdx-0fc1609b13b256acef7fe9ab456225b68a806730.zip |
Some more minor refining in the score screen
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@733 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/Screens')
-rw-r--r-- | Game/Code/Screens/UScreenScore.pas | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Game/Code/Screens/UScreenScore.pas b/Game/Code/Screens/UScreenScore.pas index 35296233..7273a06c 100644 --- a/Game/Code/Screens/UScreenScore.pas +++ b/Game/Code/Screens/UScreenScore.pas @@ -462,7 +462,7 @@ begin end; } inherited Draw; - + {* player[0].ScoreI := 7000; player[0].ScoreLineI := 2000; player[0].ScoreGoldenI := 1000; @@ -472,7 +472,7 @@ inherited Draw; player[1].ScoreLineI := 1100; player[1].ScoreGoldenI := 900; player[1].ScoreTotalI := 4500; - + *} // Let's arise the bars |