From ab2634e9b83cb44ad7d5a8b54a397b8c22a78778 Mon Sep 17 00:00:00 2001 From: whiteshark0 Date: Fri, 18 May 2007 18:06:54 +0000 Subject: Fixed a Bug in Jump to Menu that causes a Wrong Song is Played, when the first Song is in the Results and Tabs=off. LastPlayed Variable was not set correctly. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@221 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/Screens/UScreenSongJumpto.pas | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Game/Code/Screens') 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; -- cgit v1.2.3