aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens/UScreenScore.pas
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-04-06 11:12:28 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-04-06 11:12:28 +0000
commitda94f9cb1798038b5bbf898b1a92ab03c3a1628e (patch)
treeaf43d4a7f653c94b14ccb6e0212330c2476c6d4d /Game/Code/Screens/UScreenScore.pas
parent7ff5648675e396d529686a4a5096812a7972a4ca (diff)
downloadusdx-da94f9cb1798038b5bbf898b1a92ab03c3a1628e.tar.gz
usdx-da94f9cb1798038b5bbf898b1a92ab03c3a1628e.tar.xz
usdx-da94f9cb1798038b5bbf898b1a92ab03c3a1628e.zip
TRANSLATE define removed. Define was not used anymore.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1005 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r--Game/Code/Screens/UScreenScore.pas12
1 files changed, 0 insertions, 12 deletions
diff --git a/Game/Code/Screens/UScreenScore.pas b/Game/Code/Screens/UScreenScore.pas
index d7fb86ae..3ce60b2b 100644
--- a/Game/Code/Screens/UScreenScore.pas
+++ b/Game/Code/Screens/UScreenScore.pas
@@ -619,7 +619,6 @@ begin
end;
// end todo
- {{$IFDEF TRANSLATE}
case (Player[PlayerNumber-1].ScoreTotalI) of
0..2000:
begin
@@ -657,17 +656,6 @@ begin
Rating := 6;
end;
end;
- {{$ELSE}{
- case (Player[PlayerNumber-1].ScoreTotalI) of
- 0..2000: Text[TextScore[fu]].Text := 'Tone Deaf';
- 2010..4000: Text[TextScore[fu]].Text := 'Amateur';
- 4010..6000: Text[TextScore[fu]].Text := 'Rising Star';
- 6010..8000: Text[TextScore[fu]].Text := 'Lead Singer';
- 8010..9000: Text[TextScore[fu]].Text := 'Hit Artist';
- 9010..9800: Text[TextScore[fu]].Text := 'Superstar';
- 9810..10000: Text[TextScore[fu]].Text := 'Ultrastar';
- end;
- {$ENDIF}
// Bounce the rating picture in
PosX := aPlayerScoreScreenRatings[PlayerNumber].RatePic_X + (aPlayerScoreScreenRatings[PlayerNumber].RatePic_Width / 2);