aboutsummaryrefslogtreecommitdiffstats
path: root/Game
diff options
context:
space:
mode:
authorwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-05-17 11:21:36 +0000
committerwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-05-17 11:21:36 +0000
commitd2f6ecd73457de4ca12603b57e6c5d2e135e5d2d (patch)
tree02ef82cc7f7bb6917fe6609928a29dd42e2345c3 /Game
parentb00fb13d63e4b82a1de662bf3a37814bfd58dc8b (diff)
downloadusdx-d2f6ecd73457de4ca12603b57e6c5d2e135e5d2d.tar.gz
usdx-d2f6ecd73457de4ca12603b57e6c5d2e135e5d2d.tar.xz
usdx-d2f6ecd73457de4ca12603b57e6c5d2e135e5d2d.zip
Fixed a Bug in UScreenSongJumpto that causes a wrong Song is Displayed in Song Selection when Tabs=0 and Search is opened, Search Type is changed and Search is closed.
Fixed Position of SelectSlideType in Jump to Song Screen git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@209 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game')
-rw-r--r--Game/Code/Screens/UScreenSongJumpto.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/Screens/UScreenSongJumpto.pas b/Game/Code/Screens/UScreenSongJumpto.pas
index 60410d91..42aedf3c 100644
--- a/Game/Code/Screens/UScreenSongJumpto.pas
+++ b/Game/Code/Screens/UScreenSongJumpto.pas
@@ -214,7 +214,7 @@ begin
VisSongs := Count;
//Fix SongSelection
- ScreenSong.Interaction := 0;
+ ScreenSong.Interaction := high(CatSongs.Song);
ScreenSong.SelectNext;
ScreenSong.FixSelected;