aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens/UScreenSongJumpto.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/Screens/UScreenSongJumpto.pas')
-rw-r--r--Game/Code/Screens/UScreenSongJumpto.pas2
1 files changed, 2 insertions, 0 deletions
diff --git a/Game/Code/Screens/UScreenSongJumpto.pas b/Game/Code/Screens/UScreenSongJumpto.pas
index 42aedf3c..cfb897a8 100644
--- a/Game/Code/Screens/UScreenSongJumpto.pas
+++ b/Game/Code/Screens/UScreenSongJumpto.pas
@@ -187,6 +187,8 @@ begin
//Select Input
Interaction := 0;
Button[0].Text[0].Selected := True;
+
+ LastPlayed := ScreenSong.Interaction;
end;
function TScreenSongJumpto.Draw: boolean;