aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens/UScreenSing.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/Screens/UScreenSing.pas')
-rw-r--r--Game/Code/Screens/UScreenSing.pas3
1 files changed, 3 insertions, 0 deletions
diff --git a/Game/Code/Screens/UScreenSing.pas b/Game/Code/Screens/UScreenSing.pas
index ae5b239c..c6191cec 100644
--- a/Game/Code/Screens/UScreenSing.pas
+++ b/Game/Code/Screens/UScreenSing.pas
@@ -1119,6 +1119,8 @@ begin
//Refresh LastScore
Player[I].ScoreLast := Player[I].Score + Player[I].ScoreGolden;
+
+
end;
//PhrasenBonus - Line Bonus Mod End// }
end;
@@ -1129,6 +1131,7 @@ begin
//GoldenStarsTwinkle Mod
GoldenRec.KillAll;
//GoldenStarsTwinkle Mod End
+
end;
end.