aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens/UScreenSongMenu.pas
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Game/Code/Screens/UScreenSongMenu.pas2
1 files changed, 2 insertions, 0 deletions
diff --git a/Game/Code/Screens/UScreenSongMenu.pas b/Game/Code/Screens/UScreenSongMenu.pas
index 880e3855..0efdb57e 100644
--- a/Game/Code/Screens/UScreenSongMenu.pas
+++ b/Game/Code/Screens/UScreenSongMenu.pas
@@ -611,6 +611,8 @@ begin
//Start Singing
if not ScreenSong.PartyMedley then
begin
+ SetLength(ScreenSong.PartyPlayed, Length(ScreenSong.PartyPlayed)+1);
+ ScreenSong.PartyPlayed[Length(ScreenSong.PartyPlayed)-1] := ScreenSong.Interaction;
ScreenSong.StartSong;
Visible := False;
end else