aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens/UScreenSing.pas
diff options
context:
space:
mode:
authorwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-09-28 13:57:52 +0000
committerwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-09-28 13:57:52 +0000
commite5b70a52b5fc4a572136a3a07ee2f5e443c5e52b (patch)
tree537f85d4fa09da47be76f9dcf0248bb181a5970f /Game/Code/Screens/UScreenSing.pas
parent668a5da76b4d7179a1286d839a001f9d9fdce456 (diff)
downloadusdx-e5b70a52b5fc4a572136a3a07ee2f5e443c5e52b.tar.gz
usdx-e5b70a52b5fc4a572136a3a07ee2f5e443c5e52b.tar.xz
usdx-e5b70a52b5fc4a572136a3a07ee2f5e443c5e52b.zip
Reremoved old TPlayer attributes and removed some code fragments that still links to these attributes
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@444 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r--Game/Code/Screens/UScreenSing.pas7
1 files changed, 0 insertions, 7 deletions
diff --git a/Game/Code/Screens/UScreenSing.pas b/Game/Code/Screens/UScreenSing.pas
index 4e60a78b..391fdccf 100644
--- a/Game/Code/Screens/UScreenSing.pas
+++ b/Game/Code/Screens/UScreenSing.pas
@@ -1252,13 +1252,6 @@ begin
If (Ini.LineBonus > 0) then
begin
-
- //Generate Text
- if A >= 8 then
- Player[I].LineBonus_Text := Theme.Sing.LineBonusText[8]
- else
- Player[I].LineBonus_Text := Theme.Sing.LineBonusText[Floor(A)];
-
//PhrasenBonus give Points
Player[I].ScoreLine := Player[I].ScoreLine + (1000 / (Length(Czesci[0].Czesc) - NumEmptySentences) * A / 8);
Player[I].ScoreLineI := Round(Player[I].ScoreLine / 10) * 10;