diff options
author | s_alexander <s_alexander@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-03-17 07:14:33 +0000 |
---|---|---|
committer | s_alexander <s_alexander@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-03-17 07:14:33 +0000 |
commit | 158d1ed252a5827dd62d24ccc5ba11c4295ee903 (patch) | |
tree | 08ae02611b90f571c1de16508605da8554d59d11 /Game/Code/Screens/UScreenSing.pas | |
parent | 5847f354cc0ba08d125f7ec6744bf2bc50c370ab (diff) | |
download | usdx-158d1ed252a5827dd62d24ccc5ba11c4295ee903.tar.gz usdx-158d1ed252a5827dd62d24ccc5ba11c4295ee903.tar.xz usdx-158d1ed252a5827dd62d24ccc5ba11c4295ee903.zip |
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
Diffstat (limited to '')
-rw-r--r-- | Game/Code/Screens/UScreenSing.pas | 2 |
1 files changed, 1 insertions, 1 deletions
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 |