aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/Screens')
-rw-r--r--Game/Code/Screens/UScreenSing.pas6
1 files changed, 6 insertions, 0 deletions
diff --git a/Game/Code/Screens/UScreenSing.pas b/Game/Code/Screens/UScreenSing.pas
index b3b92446..e62b9339 100644
--- a/Game/Code/Screens/UScreenSing.pas
+++ b/Game/Code/Screens/UScreenSing.pas
@@ -157,6 +157,12 @@ begin
VideoPlayback.play;
end;
+
+ SDLK_TAB: //Change Visualization Preset
+ begin
+ if AktSong.VideoLoaded then
+ VideoPlayback.MoveTo( now ); // move to a random position
+ end;
SDLK_RETURN:
begin