diff options
Diffstat (limited to 'Game/Code')
-rw-r--r-- | Game/Code/Screens/UScreenSongJumpto.pas | 2 |
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;
|