aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes/ULyrics.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/Classes/ULyrics.pas')
-rw-r--r--Game/Code/Classes/ULyrics.pas8
1 files changed, 5 insertions, 3 deletions
diff --git a/Game/Code/Classes/ULyrics.pas b/Game/Code/Classes/ULyrics.pas
index c6a5e635..0b301260 100644
--- a/Game/Code/Classes/ULyrics.pas
+++ b/Game/Code/Classes/ULyrics.pas
@@ -316,7 +316,8 @@ begin
end;
3: // slide
begin
- for W := 0 to High(Word) do begin
+ for W := 0 to High(Word) do
+ begin
if not Word[W].Selected then
DrawNormal(W)
else
@@ -329,12 +330,13 @@ begin
DrawNormal(W);
for W := 0 to High(Word) do
- if Word[W].Selected then begin
+ if Word[W].Selected then
+ begin
Tex_Ball.X := (Word[W].X - 10) + Word[W].Done * Word[W].Width;
Tex_Ball.Y := YR -12 - 10*sin(Word[W].Done * pi);
Tex_Ball.W := 20;
Tex_Ball.H := 20;
- DrawTexture(Tex_Ball);
+ DrawTexture(Tex_Ball, Alpha);
end;
end;
end; // case