From edfc692c991e08af0163aa6812e5972478d7191b Mon Sep 17 00:00:00 2001 From: tobigun Date: Thu, 22 Apr 2010 01:04:24 +0000 Subject: - now it is possible to sync lyrics to audio - ini option SyncTo added - lyric to audio is default now (instead of sync audio to lyrics) - modified RelativeTimer (hopefully easier to use and more self-explanatory) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2273 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/menu/UMenuBackgroundVideo.pas | 1 + 1 file changed, 1 insertion(+) (limited to 'src/menu') diff --git a/src/menu/UMenuBackgroundVideo.pas b/src/menu/UMenuBackgroundVideo.pas index 006c45e0..bfaee702 100644 --- a/src/menu/UMenuBackgroundVideo.pas +++ b/src/menu/UMenuBackgroundVideo.pas @@ -131,6 +131,7 @@ begin if (fBgVideo <> nil) then begin VideoBGTimer.SetTime(0); + VideoBGTimer.Start(); fBgVideo.Loop := true; fBgVideo.Play; end; -- cgit v1.2.3