aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens/UScreenSing.pas
diff options
context:
space:
mode:
authormota23 <mota23@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-04-20 20:36:21 +0000
committermota23 <mota23@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-04-20 20:36:21 +0000
commit3c106109e17a62c0d6c3620fc290a90410cae84c (patch)
tree7ce94b273b6998294ea704593592cad7e7dfc336 /Game/Code/Screens/UScreenSing.pas
parente68a4499226b3b9a129e55c94cebee5910c0ff02 (diff)
downloadusdx-3c106109e17a62c0d6c3620fc290a90410cae84c.tar.gz
usdx-3c106109e17a62c0d6c3620fc290a90410cae84c.tar.xz
usdx-3c106109e17a62c0d6c3620fc290a90410cae84c.zip
Made the Line-Popup pop up.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@125 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r--Game/Code/Screens/UScreenSing.pas1
1 files changed, 1 insertions, 0 deletions
diff --git a/Game/Code/Screens/UScreenSing.pas b/Game/Code/Screens/UScreenSing.pas
index e7572ab9..6cd444a2 100644
--- a/Game/Code/Screens/UScreenSing.pas
+++ b/Game/Code/Screens/UScreenSing.pas
@@ -1180,6 +1180,7 @@ begin
Player[I].LineBonus_PosY := Player[I].LineBonus_StartY;
Player[I].LineBonus_Alpha := 0.92;
Player[I].LineBonus_Visible := True;
+ Player[I].LineBonus_Age := 1;
end;
//PhrasenBonus - Line Bonus Mod End// }