diff options
Diffstat (limited to 'Game/Code/Screens')
-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 |