From 158d1ed252a5827dd62d24ccc5ba11c4295ee903 Mon Sep 17 00:00:00 2001 From: s_alexander Date: Mon, 17 Mar 2008 07:14:33 +0000 Subject: fixed the playback speed of the movie background fixed the scaling of background with swscale enabeld fixed handling of videogap git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@960 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/Screens/UScreenSing.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Game/Code/Screens/UScreenSing.pas') diff --git a/Game/Code/Screens/UScreenSing.pas b/Game/Code/Screens/UScreenSing.pas index ad8325a2..5c7916e4 100644 --- a/Game/Code/Screens/UScreenSing.pas +++ b/Game/Code/Screens/UScreenSing.pas @@ -1158,7 +1158,7 @@ begin end; } // draw static menu (BG) - DrawBG; + //DrawBG; // there is no menu and the animated background brakes the video playback because the timecode is in a different format //Draw Background SingDrawBackground; // update and draw movie -- cgit v1.2.3